Fix 'shorewall load'

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6402 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-05-18 19:18:46 +00:00
parent 9820f84ca2
commit 76154f579b

View File

@ -1164,8 +1164,8 @@ reload_command() # $* = original arguments less the command.
rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \
progress_message3 "System $system reloaded" || saveit=
else
rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \
progress_message3 "System $system reloaded" || saveit=
rsh_command "/sbin/shorewall-lite $debugging $verbose start" && \
progress_message3 "System $system loaded" || saveit=
fi
if [ -n "$saveit" ]; then