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