From cae71ea147acd1a6a7751ad9c2a0a6e3f7f9e651 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 25 Apr 2015 00:15:42 +0200 Subject: scripts/autotunnel: Fixing SERVER_ALIVE_COUNT_MAX --- scripts/autotunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3