diff --git a/start.example.sh b/start.example.sh index ab00e3f6..4c72e744 100644 --- a/start.example.sh +++ b/start.example.sh @@ -77,7 +77,8 @@ WEBMENTION_ORIGIN="${PUBLICATION_URL:-${SITE_URL:-}}" [ $_i -lt 60 ] || { echo "[webmention] Warning: indiekit not ready after 120s, proceeding anyway"; break; } sleep 2 done - echo "[webmention] Indiekit ready" + echo "[webmention] Indiekit ready, waiting 5s for plugins to finish loading…" + sleep 5 while true; do TOKEN="$( WEBMENTION_ORIGIN="$WEBMENTION_ORIGIN" WEBMENTION_SECRET="$SECRET" \