]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed little typo.
authorChristian Schmidt <maniacikarus@ipfire.org>
Fri, 21 Jan 2011 17:01:49 +0000 (18:01 +0100)
committerChristian Schmidt <maniacikarus@ipfire.org>
Fri, 21 Jan 2011 17:01:49 +0000 (18:01 +0100)
src/scripts/vpn-watch

index 32a854983ea251e0b8b88d1f046a9af95b735dd9..ee6807cdbc06e5d0cfcb1276f7601a3f43f9f4ed 100755 (executable)
@@ -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 = <FILE>;
     close(FILE);