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..."
|
[ -n "$QUIET" ] || echo "Processing $config..."
|
||||||
. $config
|
. $config
|
||||||
else
|
else
|
||||||
echo " ERROR: Cannot read $config (Hint: Are you root?)"
|
startup_error "Cannot read $config (Hint: Are you root?)"
|
||||||
exit 2
|
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "$config does not exist!" >&2
|
startup_error "$config does not exist!"
|
||||||
exit 2
|
|
||||||
fi
|
fi
|
||||||
#
|
#
|
||||||
# Restore CONFIG_PATH if the shorewall.conf file cleared it
|
# Restore CONFIG_PATH if the shorewall.conf file cleared it
|
||||||
|
Loading…
Reference in New Issue
Block a user