From 8480b200e8d5b5db2b6b5dcf6faca1bef058c16f Mon Sep 17 00:00:00 2001 From: varia server Date: Wed, 8 May 2019 01:24:45 +0200 Subject: [PATCH] added a note to the cron.log when the cron is running --- cron.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cron.sh b/cron.sh index 08788e2..9590713 100755 --- a/cron.sh +++ b/cron.sh @@ -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 /usr/local/bin/etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub publish --fix-names --no-raw-ext