diff options
Diffstat (limited to 'debian/echolot.config')
-rwxr-xr-x | debian/echolot.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.config b/debian/echolot.config index bae4931..4e186ee 100755 --- a/debian/echolot.config +++ b/debian/echolot.config @@ -62,7 +62,7 @@ while (1) { $numerr++; next if ($numerr <= 5); }; - + if ($return[0] == 30) { $numerr = 0; $state--; |