mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-10 17:34:41 +00:00
ESPHome: Fix Linking issue (#5685)
This commit is contained in:
parent
cb24880115
commit
aad2dd6232
2 changed files with 10 additions and 0 deletions
|
@ -73,6 +73,11 @@ EOF
|
|||
msg_ok "Updated systemd service"
|
||||
fi
|
||||
|
||||
msg_info "Linking esphome to /usr/local/bin"
|
||||
rm -f /usr/local/bin/esphome
|
||||
ln -s /opt/esphome/.venv/bin/esphome /usr/local/bin/esphome
|
||||
msg_ok "Linked esphome binary"
|
||||
|
||||
msg_info "Starting ${APP}"
|
||||
systemctl start esphomeDashboard
|
||||
msg_ok "Started ${APP}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue