Skip to content
Snippets Groups Projects
Commit 4665e2a6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: include current timestamp in exit DB

parent eeac6e39
Branches
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ DATE="$(date +%Y-%m-%d_%H-%M-%S)" ...@@ -17,7 +17,7 @@ DATE="$(date +%Y-%m-%d_%H-%M-%S)"
LOGFILE="/tmp/exit_log_${DATE}.log" LOGFILE="/tmp/exit_log_${DATE}.log"
EXIT_PERL="/usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl" EXIT_PERL="/usr/local/bin/rosettaExitStrategy/perl/exit_strategy.pl"
EXIT_DB="/tmp/exit.db" EXIT_DB="/tmp/exit_${DATE}.db"
EXIT_RECOVERY="--recovery" # set to empty string to disable recovery mode or to "--recovery" to enable it EXIT_RECOVERY="--recovery" # set to empty string to disable recovery mode or to "--recovery" to enable it
# check user privileges # check user privileges
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment