Update esphome-install.sh

change command order
This commit is contained in:
tteckster 2023-06-14 07:41:48 -04:00 committed by GitHub
parent ad38e30579
commit 5d5c8572a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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