From db491d1d802a28fb7d2d93362241dda77ac902b1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Jul 2017 19:01:11 +0200 Subject: [PATCH] ipsec: Fix another shell 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 f4bc7a2e..cd1a50a1 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -330,7 +330,7 @@ ipsec_connection_authentication_mode() { # Set the psk ipsec_connection_authentication_psk() { - if [ ! $# -eq 2]; then + if [ ! $# -eq 2 ]; then log ERROR "Not enough arguments" return ${EXIT_ERROR} fi -- 2.39.5