Update esphome-v5.sh

fix typo
This commit is contained in:
tteckster 2023-01-23 10:56:13 -05:00 committed by GitHub
parent 2791098177
commit f99e8e198b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ pip3 install esphome --upgrade &>/dev/null
msg_ok "Updated ESPHome"
msg_info "Starting ESPHome"
systemctl stop esphomeDashboard
systemctl start esphomeDashboard
msg_ok "Started ESPHome"
msg_ok "Update Successfull"
exit