Corrected cron file format
This commit is contained in:
@@ -24,6 +24,8 @@ tail -6 ${RAW_DATA} > ${TMP_DATA} && \
|
||||
tail -1000 ${RAW_DATA} > ${TMP_DATA} && \
|
||||
cp ${TMP_DATA} ${RAW_DATA}
|
||||
|
||||
echo "[$(date)] Updated speed data"
|
||||
|
||||
# Above arguments produce the following output in single line. Expanded for readability below:
|
||||
#
|
||||
# {
|
||||
|
||||
Reference in New Issue
Block a user