From 16f01034fa2ac488805cf838c6ad0630d5711387 Mon Sep 17 00:00:00 2001 From: manetta Date: Fri, 4 Dec 2020 17:43:18 +0100 Subject: [PATCH] updated the cron to save our commands --- cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.sh b/cron.sh index 1b1d994..d882f8b 100644 --- a/cron.sh +++ b/cron.sh @@ -1,11 +1,11 @@ # This will pump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml -etherpump pull --meta --html --text --publish-opt-in --publish __PUBLISH__ --pub publish --css ../stylesheet.css --fix-names +etherpump pull --meta --html --text --magicwords --publish-opt-in --pub p --css ../stylesheet.css --fix-names --connection 5 --force echo "Making the Etherpump index now ..." # This will make an index for the dump etherpump index input \ - publish/*.meta.json \ + p/*.meta.json \ --templatepath templates \ --title "Notes, __MAGICWORDS__, readers & more ..." \ --output index.html