Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bbfd200ec4 |
+1
-1
@@ -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
|
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
|
||||||
Reference in New Issue
Block a user