From c2c1552484f7775bd6947dbe518e169d7fdfeb78 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 25 Oct 2013 07:04:03 -0700 Subject: [PATCH] Correct syntax error Signed-off-by: Tom Eastep --- Shorewall-init/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall-init/install.sh b/Shorewall-init/install.sh index 62f0869a0..12a520135 100755 --- a/Shorewall-init/install.sh +++ b/Shorewall-init/install.sh @@ -463,6 +463,7 @@ if [ -z "$DESTDIR" ]; then echo "Set startup=1 in ${CONFDIR}/default/$PRODUCT to enable" else cant_autostart + fi else cant_autostart fi