From: Michael Tremer Date: Wed, 19 Jul 2017 19:08:04 +0000 (+0200) Subject: Avoid lines getting too long X-Git-Tag: 009~143 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fnetwork.git;a=commitdiff_plain;h=aab75c4888e5476e4fdfbea4fd6c05d7582352c2 Avoid lines getting too long Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.vpn-security-policies b/src/functions/functions.vpn-security-policies index 9ff92262..47bc34bc 100644 --- a/src/functions/functions.vpn-security-policies +++ b/src/functions/functions.vpn-security-policies @@ -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}"