Explorar el Código

Update esphome-v5.sh

fix typo
tteckster hace 2 años
padre
commit
f99e8e198b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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