From: Michael Tremer Date: Wed, 2 Apr 2025 09:59:12 +0000 (+0000) Subject: Revert "backup.pl: Fixes bug13737 - restarts ipsec to use the restored certs etc" X-Git-Tag: v2.29-core194~13^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3014979c75a6e63cdb2698d1cf5c3ed9316fdccf;p=ipfire-2.x.git Revert "backup.pl: Fixes bug13737 - restarts ipsec to use the restored certs etc" This reverts commit 1fda10e584da6b99237c94aa4e652d97589c7df6. Signed-off-by: Michael Tremer --- diff --git a/config/backup/backup.pl b/config/backup/backup.pl index a6d1467fd..1c8c87d0a 100644 --- a/config/backup/backup.pl +++ b/config/backup/backup.pl @@ -307,9 +307,6 @@ restore_backup() { # start collectd after restore /etc/rc.d/init.d/collectd start - # Reload ipsec certificates and secrets after doing a restore - &General::system('/usr/local/bin/ipsecctrl', 'R'); - return 0 }