Browse Source

Update alpine-esphome.sh

tteckster 2 years ago
parent
commit
ac62f07362
1 changed files with 0 additions and 2 deletions
  1. 0 2
      ct/alpine-esphome.sh

+ 0 - 2
ct/alpine-esphome.sh

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