diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 6bc22b3..9be6ff4 100644 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -25,7 +25,12 @@ if command -v mempalace &>/dev/null && [ -d /workspace ]; then PALACE_DIR="${HOME}/.mempalace" if [ ! -d "$PALACE_DIR/palace" ]; then echo "Initializing MemPalace for workspace (non-interactive)..." - mempalace init --yes /workspace >/dev/null 2>&1 || true + # /dev/null 2>&1 || true fi fi