No semicolons in bash code

This commit is contained in:
Girish Ramakrishnan
2017-03-15 15:40:28 -07:00
parent 02a6525558
commit ae0e4de93e
+1 -1
View File
@@ -13,7 +13,7 @@ echo "Setting up nginx update page"
if [[ ! -f "${DATA_DIR}/nginx/applications/admin.conf" ]]; then
echo "No admin.conf found. This Cloudron has no domain yet. Skip splash setup"
exit 0;
exit
fi
source "${script_dir}/argparser.sh" "$@" # this injects the arg_* variables used below