Skip to content

Commit

Permalink
Fix the exit button for the main menu not working
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-hexagon committed Nov 12, 2022
1 parent 8cee9bf commit 2ec262e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ elif [[ $selection -eq 3 ]]; then
print_red "You haven't run the installer yet, exiting"
exit 1
fi
else
# The Exit button was pressed
exit 0
fi


Expand Down

0 comments on commit 2ec262e

Please sign in to comment.