From 559d4bd6de4e871e5751a2d71d3b9fc86d1eb208 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 19 Apr 2026 11:37:23 -0400 Subject: [PATCH] fix(setup): Correctly exit after setup success to prevent protocol fallthrough --- opencortex.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/opencortex.sh b/opencortex.sh index 9549a43..8bd3c4f 100755 --- a/opencortex.sh +++ b/opencortex.sh @@ -156,8 +156,6 @@ if [ ! -f "$SCRIPT_DIR/src/package.lisp" ] || [ ! -f "$SCRIPT_DIR/.env" ]; then setup_system fi -# Exit after setup to prevent fallthrough into CLI fallback -if [ -z "" ]; then exit 0; fi # --- 4. BOOT --- if [[ "$1" == "--boot" ]]; then