From: Arne Fitzenreiter Date: Mon, 21 Jun 2010 21:11:41 +0000 (+0200) Subject: "All connection fine" message now only showed one time. X-Git-Tag: v2.9-beta1~205 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=af0e9924804e241452f2efbb2e12ca7dacf8385a;ds=sidebyside "All connection fine" message now only showed one time. --- diff --git a/src/scripts/vpn-watch b/src/scripts/vpn-watch index c533f064e3..08d562be84 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -57,8 +57,8 @@ foreach (@vpnsettings){ system("/usr/local/bin/ipsecctrl S $settings[0]"); last; #all connections will reloaded } - if ($debug){logger("All connections may be fine nothing was done.");} } + if ($debug){logger("All connections may be fine nothing was done.");} } sub logger {