aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/autotunnel
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/autotunnel')
-rwxr-xr-xscripts/autotunnel2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autotunnel b/scripts/autotunnel
index 230940d..2a1f17b 100755
--- a/scripts/autotunnel
+++ b/scripts/autotunnel
@@ -5,7 +5,7 @@ if [ -z "$SERVER_ALIVE_INTERVAL" ];then
fi
if [ -z "$SERVER_ALIVE_COUNT_MAX" ];then
- SERVER_ALIVE_INTERVAL=2
+ SERVER_ALIVE_COUNT_MAX=2
fi
if [ -z "$MONITORING_PORT" ];then