From bcc2e43a56af0ee298fb717109dac7f7bfa74628 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 19 Nov 2006 03:26:50 +0000 Subject: [PATCH] Fix syntax error in lib.config git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4933 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/lib.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/lib.config b/Shorewall/lib.config index 921f986fd..c0d0d4a21 100644 --- a/Shorewall/lib.config +++ b/Shorewall/lib.config @@ -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