forked from extern/shorewall_code
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:
parent
77945848af
commit
504728a079
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user