]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/scripts/vpn-watch
Fixed little typo.
[ipfire-2.x.git] / 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);