This commit is contained in:
Oleg Sheynin 2024-07-23 16:49:48 -04:00
parent 489016782c
commit bbfd200ec4
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.0.4
1.0.5

View File

@ -60,7 +60,7 @@ if [ "$?" != "0" ] ; then
exit 1 # if killed we do not save last day
fi
if [ -n ${date_to_load}]; then
if [ -n ${date_to_load} ]; then
echo "Saving date_to_load to ${LastDayFile}"
echo ${date_to_load} > ${LastDayFile}
fi