]> git.ipfire.org Git - people/ms/network.git/commitdiff
Fix syntax error after line-break
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Jul 2017 20:32:33 +0000 (22:32 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 21 Jul 2017 20:32:33 +0000 (22:32 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.vpn-security-policies

index fd68264d67b89bee28f2570b1add8a8f92b041be..5bc9208772248d1c2ff49e48d16f84094af2c585 100644 (file)
@@ -801,7 +801,7 @@ vpn_security_policies_new() {
 
        log DEBUG "Creating VPN Security Policy ${name}"
 
-       if copy "$(vpn_security_policies_path "${VPN_DEFAULT_SECURITY_POLICY}")"
+       if copy "$(vpn_security_policies_path "${VPN_DEFAULT_SECURITY_POLICY}")" \
                        "$(vpn_security_policies_path ${name})"; then
                log INFO "VPN Security Policy ${name} successfully created"
        else