From: Michael Tremer Date: Sun, 30 Jul 2017 17:01:11 +0000 (+0200) Subject: ipsec: Fix another shell syntax error X-Git-Tag: 009~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db491d1d802a28fb7d2d93362241dda77ac902b1;p=network.git ipsec: Fix another shell syntax error Signed-off-by: Michael Tremer --- 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