diff --git a/ssh-tunnel-manager.conf.example b/ssh-tunnel-manager.conf.example index 0521217a2d927159524f829f403bbd550e99d602..db2378219d33bf92970fe06221d747c006fef789 100644 --- a/ssh-tunnel-manager.conf.example +++ b/ssh-tunnel-manager.conf.example @@ -32,10 +32,10 @@ TUNNEL_NAMES=( # # The RECONNECT_TIMER is used in case of a tunnel connection to be lost. After -# the script is detecting that the connection was lost, the time defined the -# time to wait before the the script tries to reconnect the tunnel. +# the script is detecting that the connection was lost, the time defines the +# time to wait in seconds before the the script tries to reconnect the tunnel. # -RECONNECT_TIMER=10 +RECONNECT_TIMER=5 # # The LOGFILE setting defines the path of the logfile. You have the possibility to use diff --git a/ssh-tunnel-manager.sh b/ssh-tunnel-manager.sh index 66fadd209fb66070334a25b10ced766a673cb9d2..b0981d8203a2daa3bb1de15fff603a6894993521 100755 --- a/ssh-tunnel-manager.sh +++ b/ssh-tunnel-manager.sh @@ -2,7 +2,7 @@ # # @author Gerhard Steinbeis (info [at] tinned-software [dot] net) # @copyright Copyright (c) 2013 -version=0.6.4 +version=0.6.5 # @license http://opensource.org/licenses/GPL-3.0 GNU General Public License, version 3 # @package net # @@ -35,7 +35,7 @@ version=0.6.4 # the script is detecting that the connection was lost, the time defined the # time to wait before the the script tries to reconnect the tunnel. # -RECONNECT_TIMER=10 +RECONNECT_TIMER=5 # # The LOGFILE setting defines the path of the logfile. You have the possibility to use @@ -195,7 +195,7 @@ if [ "$HELP" -eq "1" ]; then echo "License GNUv3: GNU General Public License version 3 <http://opensource.org/licenses/GPL-3.0>" echo echo "This script is used to setup multiple ssh tunnels and manage to keep " - echo "them alive. This script will launch monitoring instances to keep the " + echo "them alive. This script will launch manager instances to keep the " echo "individual tunnels alive. See the configuration file for more details " echo "about the configuration." echo