Browse Source

making the template path relative as well .. woops!

master
varia server 5 years ago
parent
commit
dda98decda
  1. 2
      cron.sh

2
cron.sh

@ -5,6 +5,6 @@ etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-i
etherdump index input \
./publish/*.meta.json \
--order lastedited \
--templatepath /var/www/etherdump/templates \
--templatepath ./templates \
--title "etherdump @ Varia" \
--output index.html

Loading…
Cancel
Save