fix
This commit is contained in:
parent
489016782c
commit
bbfd200ec4
@ -1 +1 @@
|
||||
1.0.4
|
||||
1.0.5
|
||||
|
||||
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user