From: Michael Tremer Date: Sun, 30 Jul 2017 13:37:15 +0000 (+0200) Subject: ipsec: Fix typo X-Git-Tag: 009~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b962a64558b01da4a25b250b1f4bfd899dce43a;p=network.git ipsec: Fix typo Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 86bbdd73..d272681f 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -300,7 +300,7 @@ ipsec_connection_mode() { # Set the peer to connect to ipsec_connection_peer() { - if [ ! $# -eq 2]; then + if [ ! $# -eq 2 ]; then log ERROR "Not enough arguments" return ${EXIT_ERROR} fi