From: Michael Tremer Date: Sun, 30 Jul 2017 16:29:44 +0000 (+0200) Subject: ipsec: Fix another bash syntax error X-Git-Tag: 009~97 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=5bdbc2ee9fac546f056c624e01c779d111d3512a ipsec: Fix another bash syntax error Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index d272681f..9795e5c6 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -278,7 +278,7 @@ ipsec_connection_local() { # Set the connection mode ipsec_connection_mode() { - if [ ! $# -eq 2]; then + if [ ! $# -eq 2 ]; then log ERROR "Not enough arguments" return ${EXIT_ERROR} fi