Signed-off-by: Jonatan Schlag jonatan.schlag@ipfire.org --- src/functions/functions.ipsec | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/functions/functions.ipsec b/src/functions/functions.ipsec index 14d5ef6..38ee0ee 100644 --- a/src/functions/functions.ipsec +++ b/src/functions/functions.ipsec @@ -404,6 +404,7 @@ ipsec_reload() { return ${EXIT_ERROR} fi else + log DEBUG "Deleting strongswan config ${NETWORK_IPSEC_SWANCTL_CONNECTIONS_DIR}/${connection}.conf" unlink "${NETWORK_IPSEC_SWANCTL_CONNECTIONS_DIR}/${connection}.conf" fi