From 78e8f74415e8ec9a38b96779a5dbb0a1854332d6 Mon Sep 17 00:00:00 2001 From: Stefan Date: Sun, 31 May 2026 09:58:48 +0200 Subject: [PATCH] Update onboarding command execution in script --- install/paperclip-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/paperclip-install.sh b/install/paperclip-install.sh index 9af23fcc..066b3202 100644 --- a/install/paperclip-install.sh +++ b/install/paperclip-install.sh @@ -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