From 6bed5493ef0cdf4867ddbe2dbde50147f115d228 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 12 Dec 2020 16:06:28 +0100 Subject: [PATCH] Drop mega command onto newlines + remove spaces --- cron.sh | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/cron.sh b/cron.sh index d882f8b..0506220 100644 --- a/cron.sh +++ b/cron.sh @@ -1,24 +1,34 @@ +echo "Pulling pads now ..." + # 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 --magicwords --publish-opt-in --pub p --css ../stylesheet.css --fix-names --connection 5 --force +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 \ +etherpump index \ + input \ p/*.meta.json \ --templatepath templates \ --title "Notes, __MAGICWORDS__, readers & more ..." \ --output index.html # tmp - #rm -r ../publish/ #mv publish ../ #mv index.html ../ echo "Done!" - - # This will save a pad.css file every hour from the pad https://pad.vvvvvvaria.org/pad.css # cp publish/pad.css /srv/etherpad-lite/src/altetherpad/src/static/skins/no-skin/pad.css