This commit is contained in:
deajan 2018-10-07 12:25:07 +02:00
parent c452bd45e6
commit 4129dfff37
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ function PoorMansRandomGenerator {
#### PoorMansRandomGenerator SUBSET END #### #### PoorMansRandomGenerator SUBSET END ####
# Initial TSTMAP value before function declaration # Initial TSTMAP value before function declaration
TSTAMP=$(date '+%Y%m%dT%H%M%S').$(PoorMansRandomGenerator 5 TSTAMP=$(date '+%Y%m%dT%H%M%S').$(PoorMansRandomGenerator 5)
# Default alert attachment filename # Default alert attachment filename
ALERT_LOG_FILE="$RUN_DIR/$PROGRAM.$SCRIPT_PID.$TSTAMP.last.log" ALERT_LOG_FILE="$RUN_DIR/$PROGRAM.$SCRIPT_PID.$TSTAMP.last.log"