From 4129dfff37d89024d75fd4d0ddfdff4db37a50c8 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 7 Oct 2018 12:25:07 +0200 Subject: [PATCH] Typo fix --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 712b671..6360f22 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -155,7 +155,7 @@ function PoorMansRandomGenerator { #### PoorMansRandomGenerator SUBSET END #### # 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 ALERT_LOG_FILE="$RUN_DIR/$PROGRAM.$SCRIPT_PID.$TSTAMP.last.log"