Compare commits

...

1 Commits

Author SHA1 Message Date
oleg bbfd200ec4 fix 2024-07-23 16:49:48 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.0.4 1.0.5
+1 -1
View File
@@ -60,7 +60,7 @@ if [ "$?" != "0" ] ; then
exit 1 # if killed we do not save last day exit 1 # if killed we do not save last day
fi fi
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}
fi fi