Skip to content

Commit

Permalink
Update optimizer.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
opiran-club authored Oct 3, 2023
1 parent a065580 commit c2f9204
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions optimizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ set_timezone() {
timezone="America/Los_Angeles"
;;
4)
echo -e "${RED}No changes made.${NC}"
exit 1
echo -e "${RED}No changes made, press enter to continue optimization${NC}"
press_enter
return
;;
*)
echo -e "${RED}Invalid choice. No changes made.${NC}"
press_enter
return 1
;;
esac
Expand Down

0 comments on commit c2f9204

Please sign in to comment.