From 9f9298d99459a03e3497f67a8accdf7c29c6a96a Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Fri, 21 Jan 2011 18:01:49 +0100 Subject: [PATCH] Fixed little typo. --- 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 32a854983e..ee6807cdbc 100755 --- a/src/scripts/vpn-watch +++ b/src/scripts/vpn-watch @@ -32,7 +32,7 @@ while ( $i == 0){ $round++; # Reset roundcounter after 10 min. To do established check. - if ($round > 9) { $round==0 } + if ($round > 9) { $round=0; } if (open(FILE, "<${General::swroot}/vpn/config")) { @vpnsettings = ; close(FILE); -- 2.39.2