More whitespace elimination; avoid stale lock file in some error cases

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2702 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2005-09-17 22:37:32 +00:00
parent 77945848af
commit 504728a079

View File

@ -9016,12 +9016,10 @@ do_initialize() {
[ -n "$QUIET" ] || echo "Processing $config..."
. $config
else
echo " ERROR: Cannot read $config (Hint: Are you root?)"
exit 2
startup_error "Cannot read $config (Hint: Are you root?)"
fi
else
echo "$config does not exist!" >&2
exit 2
startup_error "$config does not exist!"
fi
#
# Restore CONFIG_PATH if the shorewall.conf file cleared it