]> git.ipfire.org Git - people/ms/network.git/commitdiff
ipsec: Fix typo
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Jul 2017 13:37:15 +0000 (15:37 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 30 Jul 2017 13:37:15 +0000 (15:37 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.ipsec

index 86bbdd7355a1cbcf4608774a567af2b9d78c0ddd..d272681fcdb7c71f3fc85959d1a254756ca8c205 100644 (file)
@@ -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