No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
2 additions and
2 deletions
-
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 \ |
|
|
|