From 5bdbc2ee9fac546f056c624e01c779d111d3512a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Jul 2017 18:29:44 +0200 Subject: [PATCH] ipsec: Fix another bash syntax error Signed-off-by: Michael Tremer --- src/functions/functions.ipsec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2