From c452bd45e66b0c994f6de5078afdef1745ad44f8 Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 7 Oct 2018 12:24:35 +0200 Subject: [PATCH] Increased TSTAMP randomization --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 8a003f4..712b671 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -31,7 +31,7 @@ #### OFUNCTIONS MINI SUBSET #### #### OFUNCTIONS MICRO SUBSET #### _OFUNCTIONS_VERSION=2.3.0-RC2 -_OFUNCTIONS_BUILD=2018100205 +_OFUNCTIONS_BUILD=2018100701 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -155,7 +155,7 @@ function PoorMansRandomGenerator { #### PoorMansRandomGenerator SUBSET END #### # Initial TSTMAP value before function declaration -TSTAMP=$(date '+%Y%m%dT%H%M%S').$(PoorMansRandomGenerator 4) +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"