Use full paths
This commit is contained in:
parent
361c76c437
commit
1d08c5ba97
4
cron.sh
4
cron.sh
@ -1,6 +1,6 @@
|
|||||||
echo "Pulling pads..."
|
echo "Pulling pads..."
|
||||||
|
|
||||||
poetry run etherpump pull \
|
/usr/local/bin/poetry run etherpump pull \
|
||||||
--meta \
|
--meta \
|
||||||
--html \
|
--html \
|
||||||
--text \
|
--text \
|
||||||
@ -14,7 +14,7 @@ poetry run etherpump pull \
|
|||||||
|
|
||||||
echo "Building the etherpump index..."
|
echo "Building the etherpump index..."
|
||||||
|
|
||||||
poetry run etherpump index \
|
/usr/local/bin/poetry run etherpump index \
|
||||||
input \
|
input \
|
||||||
p/*.meta.json \
|
p/*.meta.json \
|
||||||
--templatepath templates \
|
--templatepath templates \
|
||||||
|
Loading…
Reference in New Issue
Block a user