From 72f45b326845304eba41b329fead656ce5b3100e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sat, 5 Jan 2019 12:45:44 +0100 Subject: [PATCH] fix syntax error --- check_process | 2 +- scripts/change_url | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index 55b252e..f8fb98c 100644 --- a/check_process +++ b/check_process @@ -12,7 +12,7 @@ pkg_linter=1 setup_sub_dir=1 setup_root=1 - setup_nourl=1 + setup_nourl=0 setup_private=1 setup_public=1 upgrade=1 diff --git a/scripts/change_url b/scripts/change_url index 777f8f4..f2b6f6e 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -122,4 +122,4 @@ service nginx reload if sudo grep -qa container=lxc /proc/1/environ; then sleep 10; -else \ No newline at end of file +fi; \ No newline at end of file diff --git a/scripts/upgrade b/scripts/upgrade index f697696..69378fd 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -100,4 +100,4 @@ service nginx reload if sudo grep -qa container=lxc /proc/1/environ; then sleep 10; -else \ No newline at end of file +fi; \ No newline at end of file