"All connection fine" message now only showed one time.

This commit is contained in:
Arne Fitzenreiter
2010-06-21 23:11:41 +02:00
parent a4c7687980
commit af0e992480

View File

@@ -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 {