making the template path relative as well .. woops!
This commit is contained in:
parent
ad9bd95c8e
commit
dda98decda
2
cron.sh
2
cron.sh
@ -5,6 +5,6 @@ etherdump pull --all --meta --text --dhtml --publish __PUBLISH__ --publish-opt-i
|
|||||||
etherdump index input \
|
etherdump index input \
|
||||||
./publish/*.meta.json \
|
./publish/*.meta.json \
|
||||||
--order lastedited \
|
--order lastedited \
|
||||||
--templatepath /var/www/etherdump/templates \
|
--templatepath ./templates \
|
||||||
--title "etherdump @ Varia" \
|
--title "etherdump @ Varia" \
|
||||||
--output index.html
|
--output index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user