From: Michael Tremer Date: Fri, 21 Jul 2017 20:32:33 +0000 (+0200) Subject: Fix syntax error after line-break X-Git-Tag: 009~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88013fd86039fb1dde96dd036e82589eb1b41873;p=network.git Fix syntax error after line-break Signed-off-by: Michael Tremer --- diff --git a/src/functions/functions.vpn-security-policies b/src/functions/functions.vpn-security-policies index fd68264d..5bc92087 100644 --- a/src/functions/functions.vpn-security-policies +++ b/src/functions/functions.vpn-security-policies @@ -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