added a note to the cron.log when the cron is running

This commit is contained in:
varia server 2019-05-08 01:24:45 +02:00
parent 5aee9df884
commit 8480b200e8

View File

@ -1,3 +1,7 @@
date >> cron.log
echo "cronjob started!" >> cron.log
echo "" > cron.log
# This will dump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml # This will dump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml
/usr/local/bin/etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub publish --fix-names --no-raw-ext /usr/local/bin/etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub publish --fix-names --no-raw-ext