diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index 08d562be8..287bf8fdc 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -1,6 +1,6 @@ #!/usr/bin/perl ################################################## -##### VPN-Watch.pl Version 0.4a ##### +##### VPN-Watch.pl Version 0.4b ##### ################################################## # # # VPN-Watch is part of the IPFire Firewall # @@ -54,7 +54,7 @@ foreach (@vpnsettings){ if ( $established eq '' || $connected eq '' ){ logger("Remote IP for host $remotehostname has changed or no connection is established, restarting connection to $remoteip."); - system("/usr/local/bin/ipsecctrl S $settings[0]"); + system("/usr/local/bin/ipsecctrl S"); last; #all connections will reloaded } }