diff options
-rwxr-xr-x | scripts/autotunnel | 2 |
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 |