From 0b962a64558b01da4a25b250b1f4bfd899dce43a Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 30 Jul 2017 15:37:15 +0200 Subject: [PATCH] ipsec: Fix typo 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 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 -- 2.47.3