Browse Source

Update esphome-install.sh

change command order
tteckster 2 years ago
parent
commit
5d5c8572a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/esphome-install.sh

+ 1 - 1
install/esphome-install.sh

@@ -36,7 +36,7 @@ echo "[Unit]
 Description=ESPHome Dashboard
 Description=ESPHome Dashboard
 After=network.target
 After=network.target
 [Service]
 [Service]
-ExecStart=/usr/local/bin/esphome /root/config/ dashboard
+ExecStart=/usr/local/bin/esphome dashboard /root/config/
 Restart=always
 Restart=always
 User=root
 User=root
 [Install]
 [Install]