Skip to content

Commit

Permalink
changes of review
Browse files Browse the repository at this point in the history
Signed-off-by: michaelloercher <[email protected]>
  • Loading branch information
miloit committed Dec 16, 2024
1 parent 6214d90 commit fa8e9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/packages.bash
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ install_esphomedashboard() {
return
fi

if [[ $1 != "install" ]]; then
if [[ $1 == "install" ]]; then
if [[ -n $INTERACTIVE ]]; then
whiptail --title "ESPhome dashboard installation" --msgbox "$installText" 8 80
fi
Expand Down

0 comments on commit fa8e9df

Please sign in to comment.