From 0a9bac70b64e1200c11e30f1de4f62646dc1d49e Mon Sep 17 00:00:00 2001
From: Gerhard <info@tinned-software.net>
Date: Tue, 9 Sep 2014 21:00:03 +0200
Subject: [PATCH] updated README and example config

---
 README.md                       | 5 +++--
 ssh-tunnel-manager.conf.example | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 91646e9..e7b4eeb 100644
--- a/README.md
+++ b/README.md
@@ -7,8 +7,9 @@ This SSH-Tunnel-Manager script aims to setup one or more configured ssh connecti
 *     Multiple tunnels can be configured
 *     Flexible configuration to forward mulitiple ports ber connection
 *     Reconnect to the SSH server if connection lost
-*     Log containing reconnect attempts
-*     Maaging configured tunnels (start/stop/restart)
+*     Log all reconnect attempts to logfile
+*     Manage configured tunnels (start/stop/restart)
+*     Manage tunnels (start/stop/restart) individual by tunnel name
 
 
 ## Download & Installation
diff --git a/ssh-tunnel-manager.conf.example b/ssh-tunnel-manager.conf.example
index 2efad9a..0521217 100644
--- a/ssh-tunnel-manager.conf.example
+++ b/ssh-tunnel-manager.conf.example
@@ -42,7 +42,7 @@ RECONNECT_TIMER=10
 # the $SCRIPT_PATH variable to define the path of the logfile to be the same 
 # as the script directory.
 #
-LOGFILE="$SCRIPT_PATH/ssh-tunnel-manager.log"
+LOGFILE="/var/log/ssh-tunnel-manager.log"
 
 #
 # This DBG setting is adding additional details to the logfile. The values are 0 
-- 
GitLab