Skip to content
Snippets Groups Projects
Commit af2f8306 authored by Gerhard's avatar Gerhard
Browse files

changed default log file definition

parent 4fa76a85
Branches
No related tags found
No related merge requests found
......@@ -33,7 +33,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/$0.log"
LOGFILE="$SCRIPT_PATH/ssh-tunnel-manager.log"
#
# This DBG setting is adding additional details to the logfile. The values are 0
......
......@@ -51,7 +51,7 @@ DEFAULT_CONFIG="ssh-tunnel-manager.conf"
#
# Get script directory
SCRIPT_PATH="$(cd $(dirname $0);pwd -P)"
LOGFILE="$SCRIPT_PATH/$0.log"
LOGFILE="$SCRIPT_PATH/ssh-tunnel-manager.log"
#
# Parse all parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment