No semicolons in bash code
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ echo "Setting up nginx update page"
|
|||||||
|
|
||||||
if [[ ! -f "${DATA_DIR}/nginx/applications/admin.conf" ]]; then
|
if [[ ! -f "${DATA_DIR}/nginx/applications/admin.conf" ]]; then
|
||||||
echo "No admin.conf found. This Cloudron has no domain yet. Skip splash setup"
|
echo "No admin.conf found. This Cloudron has no domain yet. Skip splash setup"
|
||||||
exit 0;
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source "${script_dir}/argparser.sh" "$@" # this injects the arg_* variables used below
|
source "${script_dir}/argparser.sh" "$@" # this injects the arg_* variables used below
|
||||||
|
|||||||
Reference in New Issue
Block a user