From ad9bd95c8ec8f947e638f5b8f3633252d7667492 Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 8 May 2019 00:08:10 +0200 Subject: [PATCH] making the output path relatively --- cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.sh b/cron.sh index de27ed6..8a0e899 100755 --- a/cron.sh +++ b/cron.sh @@ -1,9 +1,9 @@ # This will dump all the pads with a __PUBLISH__ tag into a folder "publish" as meta.json, txt, html and dhtml -etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub /var/www/etherdump/publish --fix-names --no-raw-ext +etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-in --pub ./publish --fix-names --no-raw-ext # This will make an index for the dump etherdump index input \ - /var/www/etherdump/publish/*.meta.json \ + ./publish/*.meta.json \ --order lastedited \ --templatepath /var/www/etherdump/templates \ --title "etherdump @ Varia" \