Update onboarding command execution in script

This commit is contained in:
Stefan
2026-05-31 09:58:48 +02:00
committed by GitHub
parent db622748ab
commit 78e8f74415

View File

@@ -79,7 +79,7 @@ for PAPERCLIP_ONBOARD_CMD in \
setsid env \
PAPERCLIP_HOME="$PAPERCLIP_HOME" \
PAPERCLIP_CONFIG="$PAPERCLIP_CONFIG" \
bash -c 'cd /opt/paperclip-ai && $PAPERCLIP_ONBOARD_CMD' \
bash -c 'cd /opt/paperclip-ai && exec "$@"' _ $PAPERCLIP_ONBOARD_CMD \
>"$PAPERCLIP_ONBOARD_LOG" 2>&1 &
PAPERCLIP_ONBOARD_PID=$!
for _ in {1..60}; do