This commit is contained in:
Oleg Sheynin 2024-07-24 19:57:30 -04:00
parent 3932cbde37
commit 9c91cb8630
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.0.7 1.0.8

View File

@ -74,7 +74,7 @@ if [ "$?" != "0" ] ; then
fi fi
# truncate to avoid false positive # truncate to avoid false positive
date_to_load=$(echo "${date_to_load} | xargs") date_to_load=$(echo "${date_to_load}" | xargs)
if [ -n "${date_to_load}" ]; then if [ -n "${date_to_load}" ]; then
echo "Saving date_to_load to ${LastDayFile}" echo "Saving date_to_load to ${LastDayFile}"
echo ${date_to_load} > ${LastDayFile} echo ${date_to_load} > ${LastDayFile}