mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-11 16:18:13 +01:00
Fix syntax error in lib.config
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4933 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
e92b6cd85d
commit
bcc2e43a56
@ -493,7 +493,7 @@ setup_ipsec() {
|
||||
zones)
|
||||
f=zones
|
||||
progress_message "$DOING IPSEC..."
|
||||
[ $PROGRAM = compiler && -n "$IPSEC_ZONES" ] && save_progress_message "Setting up IPSEC management..."
|
||||
[ $PROGRAM = compiler -a -n "$IPSEC_ZONES" ] && save_progress_message "Setting up IPSEC management..."
|
||||
;;
|
||||
*)
|
||||
f=$IPSECFILE
|
||||
|
Loading…
Reference in New Issue
Block a user