Typo fix
This commit is contained in:
parent
c452bd45e6
commit
4129dfff37
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue