From 1d08c5ba976f6c8049e6ceebeaba75c378104465 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 22 Jan 2021 13:26:04 +0100 Subject: [PATCH] Use full paths --- cron.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cron.sh b/cron.sh index 7bc2e7f..e055c85 100755 --- a/cron.sh +++ b/cron.sh @@ -1,6 +1,6 @@ echo "Pulling pads..." -poetry run etherpump pull \ +/usr/local/bin/poetry run etherpump pull \ --meta \ --html \ --text \ @@ -14,7 +14,7 @@ poetry run etherpump pull \ echo "Building the etherpump index..." -poetry run etherpump index \ +/usr/local/bin/poetry run etherpump index \ input \ p/*.meta.json \ --templatepath templates \