]> git.ipfire.org Git - people/ms/network.git/commitdiff
Avoid lines getting too long
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2017 19:08:04 +0000 (21:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Jul 2017 19:08:04 +0000 (21:08 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/functions/functions.vpn-security-policies

index 9ff922626b96a3138b1d8ab2674467ba1173ddcb..47bc34bc23211e486e55e106249c2d4089a02bcf 100644 (file)
@@ -527,7 +527,8 @@ vpn_security_policies_new() {
 
        log DEBUG "Creating VPN Security Policy ${name}"
 
-       if copy "$(vpn_security_policies_path "${VPN_DEFAULT_SECURITY_POLICY}")" "$(vpn_security_policies_path ${name})"; then
+       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
                log ERROR "Could not create VPN Security Policy ${name}"