mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 08:08:12 +01:00
Fix typo in 'reload' processing
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4118 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
53288d45fc
commit
086ff82f35
@ -68,6 +68,10 @@ Other changes in 3.2.0 RC 4
|
||||
(usually remote) <system> using scp. If the copy succeeds,
|
||||
Shorewall Lite on <system> is restarted via ssh.
|
||||
|
||||
Note: In Shorewall Lite 3.2.0 RC4, the 'firewall' script has moved
|
||||
from /usr/share/shorewall/ to /var/lib/shorewall/ in order to
|
||||
appease the LHS police.
|
||||
|
||||
Migration Considerations:
|
||||
|
||||
1) If you are upgrading from Shorewall 2.x, it is essential that you read
|
||||
|
@ -1286,7 +1286,7 @@ restore_command() {
|
||||
#
|
||||
reload_command()
|
||||
{
|
||||
shorewall compile -e $1 $1/firewall && scp $1/firewall root@${2}:/var/lib/shorewall-lite/ && ssh root@${2} '/sbin/shorewall-lite restart' && progress_message3 "System $1 reloaded"
|
||||
shorewall compile -e $1 $1/firewall && scp $1/firewall root@${2}:/var/lib/shorewall-lite/ && ssh root@${2} '/sbin/shorewall-lite restart' && progress_message3 "System $2 reloaded"
|
||||
}
|
||||
#
|
||||
# Help information
|
||||
|
Loading…
Reference in New Issue
Block a user