Parcourir la source

Update alpine-esphome.sh

tteckster il y a 2 ans
Parent
commit
ac62f07362
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      ct/alpine-esphome.sh

+ 0 - 2
ct/alpine-esphome.sh

@@ -66,9 +66,7 @@ function update_script() {
     header_info
     header_info
     case $CHOICE in
     case $CHOICE in
     1)
     1)
-      esphome stop
       pip3 install esphome --upgrade
       pip3 install esphome --upgrade
-      esphome start
       exit
       exit
       ;;
       ;;
     esac
     esac