added the full path to the etherdump installation to the cron
This commit is contained in:
parent
fbaa2f16ab
commit
5aee9df884
8
cron.sh
8
cron.sh
@ -1,10 +1,10 @@
|
||||
# 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 ./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
|
||||
|
||||
# This will make an index for the dump
|
||||
etherdump index input \
|
||||
./publish/*.meta.json \
|
||||
/usr/local/bin/etherdump index input \
|
||||
publish/*.meta.json \
|
||||
--order lastedited \
|
||||
--templatepath ./templates \
|
||||
--templatepath templates \
|
||||
--title "etherdump @ Varia" \
|
||||
--output index.html
|
||||
|
Loading…
Reference in New Issue
Block a user