mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
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:
parent
9820f84ca2
commit
76154f579b
@ -1164,8 +1164,8 @@ reload_command() # $* = original arguments less the command.
|
|||||||
rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \
|
rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \
|
||||||
progress_message3 "System $system reloaded" || saveit=
|
progress_message3 "System $system reloaded" || saveit=
|
||||||
else
|
else
|
||||||
rsh_command "/sbin/shorewall-lite $debugging $verbose restart" && \
|
rsh_command "/sbin/shorewall-lite $debugging $verbose start" && \
|
||||||
progress_message3 "System $system reloaded" || saveit=
|
progress_message3 "System $system loaded" || saveit=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$saveit" ]; then
|
if [ -n "$saveit" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user