From aab75c4888e5476e4fdfbea4fd6c05d7582352c2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 19 Jul 2017 21:08:04 +0200 Subject: [PATCH] Avoid lines getting too long Signed-off-by: Michael Tremer --- src/functions/functions.vpn-security-policies | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}" -- 2.39.2