From cbd83d0673da2e0d0004254f4508e004489087d4 Mon Sep 17 00:00:00 2001 From: Gerhard <info@tinned-software.net> Date: Mon, 1 Jun 2015 10:53:19 +0200 Subject: [PATCH] fixed typo's in documentation --- ssh-tunnel-manager.conf.example | 6 +++--- ssh-tunnel-manager.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ssh-tunnel-manager.conf.example b/ssh-tunnel-manager.conf.example index 0521217..db23782 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 66fadd2..b0981d8 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 -- GitLab