Parcourir la source

Update esphome-v5.sh

fix typo
tteckster il y a 2 ans
Parent
commit
f99e8e198b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ct/esphome-v5.sh

+ 1 - 1
ct/esphome-v5.sh

@@ -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