From af0e9924804e241452f2efbb2e12ca7dacf8385a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 21 Jun 2010 23:11:41 +0200 Subject: [PATCH] "All connection fine" message now only showed one time. --- src/scripts/vpn-watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.2