diff options
-rwxr-xr-x | scripts/vpn-config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl index 89af400..c0c2084 100755 --- a/scripts/vpn-config.pl +++ b/scripts/vpn-config.pl @@ -1239,7 +1239,7 @@ if ( $vcVPN->isDeleted('.') vpn_exec('ipsec restart >&/dev/null', 're-starting ipsec'); }else { vpn_exec('ipsec rereadall >&/dev/null', 're-read secrets and certs'); - vpn_exec('ipsec update >&/dev/null', 'update changes to ipsec.conf'); + vpn_exec('ipsec reload >&/dev/null', 'reload changes to ipsec.conf'); } } else { if (!defined($update_interval)) { |