1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-02-15 07:29:08 +00:00

Fix supervisor name on cli config (#588)

This commit is contained in:
Pascal Vizeli
2020-02-17 13:25:44 +01:00
parent 60e283ea2a
commit 8d6a34f8f0

View File

@@ -41,4 +41,8 @@ if [ -e /usr/sbin/fw_setenv ]; then
fw_setenv fdt_addr
fi
# rename CLI Hass.io
sed -i "s/hassio:172.30.32.2/supervisor:172.30.32.2/g" /mnt/data/hassos.json
exit 0