fix
This commit is contained in:
parent
3932cbde37
commit
9c91cb8630
@ -1 +1 @@
|
|||||||
1.0.7
|
1.0.8
|
||||||
|
|||||||
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user