remove debugging exit 99

This commit is contained in:
Asif Bacchus 2019-10-17 18:23:39 -06:00
parent 8f781de0d4
commit 775d883548
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ if [ "$WEBROOT_DIR" ] && [ ! -d "$WEBROOT_DIR" ]; then
exit 4
fi
exit 99
# process startup parameters
while [ $# -gt 0 ]; do
case "$1" in