Skip to content

Commit

Permalink
Resolve parsing issue with the menu
Browse files Browse the repository at this point in the history
  • Loading branch information
miloit committed Dec 15, 2024
1 parent 4a53434 commit 136f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/menu.bash
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ show_main_menu() {
*Remove\ EVCC*) install_evcc "remove";;
*Setup\ EVCC*) setup_evcc;;
2E\ *) install_esphomedashboard "install";;
*Remove\ ESPHome dashboard*) install_esphomedashboard "remove";;
*Remove\ ESPHome\ dashboard*) install_esphomedashboard "remove";;
"") return 0 ;;
*) whiptail --msgbox "An unsupported option was selected (probably a programming error):\\n \"$choice2\"" 8 80 ;;
esac
Expand Down

0 comments on commit 136f2a7

Please sign in to comment.