fix(setup): Definitively halt script after setup success to prevent CLI fallthrough
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
Some checks failed
Deploy-Agent-V15-Stdin / JOB-V15-STDIN (push) Failing after 3s
This commit is contained in:
@@ -156,7 +156,6 @@ if [ ! -f "$SCRIPT_DIR/src/package.lisp" ] || [ ! -f "$SCRIPT_DIR/.env" ]; then
|
|||||||
setup_system
|
setup_system
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# --- 4. BOOT ---
|
# --- 4. BOOT ---
|
||||||
if [[ "$1" == "--boot" ]]; then
|
if [[ "$1" == "--boot" ]]; then
|
||||||
export SKILLS_DIR="${SCRIPT_DIR}/skills"
|
export SKILLS_DIR="${SCRIPT_DIR}/skills"
|
||||||
|
|||||||
Reference in New Issue
Block a user