diff --git a/templates/test_exit_strategy.sh.j2 b/templates/test_exit_strategy.sh.j2 index 2cab29371c66243f77ed8f1f4695b7c49e99b414..32bd97fedc909c1fc74d70bd40c46b801ee81648 100644 --- a/templates/test_exit_strategy.sh.j2 +++ b/templates/test_exit_strategy.sh.j2 @@ -17,7 +17,7 @@ DATE="$(date +%Y-%m-%d_%H-%M-%S)" LOGFILE="/tmp/exit_log_${DATE}.log" 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 # check user privileges