Update esphome-install.sh
change command order
This commit is contained in:
parent
ad38e30579
commit
5d5c8572a6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ echo "[Unit]
|
|||
Description=ESPHome Dashboard
|
||||
After=network.target
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/esphome /root/config/ dashboard
|
||||
ExecStart=/usr/local/bin/esphome dashboard /root/config/
|
||||
Restart=always
|
||||
User=root
|
||||
[Install]
|
||||
|
|
Loading…
Reference in a new issue