From 1bb2d92f3f36a71b6be35c2ad17fb06167e91dab Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Sun, 19 Apr 2026 11:42:22 -0400 Subject: [PATCH] fix(setup): Definitively halt script after setup success to prevent CLI fallthrough --- opencortex.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/opencortex.sh b/opencortex.sh index 8bd3c4f..97ec06c 100755 --- a/opencortex.sh +++ b/opencortex.sh @@ -156,7 +156,6 @@ if [ ! -f "$SCRIPT_DIR/src/package.lisp" ] || [ ! -f "$SCRIPT_DIR/.env" ]; then setup_system fi - # --- 4. BOOT --- if [[ "$1" == "--boot" ]]; then export SKILLS_DIR="${SCRIPT_DIR}/skills"