diff --git a/literate/setup.org b/literate/setup.org index 0e0083f..44bf7b8 100644 --- a/literate/setup.org +++ b/literate/setup.org @@ -153,6 +153,7 @@ setup_system() { else echo -e "${BLUE}To start, run:${NC} ${GREEN}exec bash && opencortex tui${NC}" fi + exit 0 else echo -e "\n${RED}✗ Brain failed to wake up.${NC}" echo -e "${YELLOW}Full Log Path: $(realpath "$SCRIPT_DIR/brain.log")${NC}" diff --git a/opencortex.sh b/opencortex.sh index 97ec06c..06e91c1 100755 --- a/opencortex.sh +++ b/opencortex.sh @@ -143,6 +143,7 @@ setup_system() { else echo -e "${BLUE}To start, run:${NC} ${GREEN}exec bash && opencortex tui${NC}" fi + exit 0 else echo -e "\n${RED}✗ Brain failed to wake up.${NC}" echo -e "${YELLOW}Full Log Path: $(realpath "$SCRIPT_DIR/brain.log")${NC}"