From 0882f89db6d79aec93b5b07cfca6d7e9d6e8a996 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 7 Jan 2023 12:21:14 -0500 Subject: [PATCH] Update homeassistant-core-v5.sh --- ct/homeassistant-core-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/homeassistant-core-v5.sh b/ct/homeassistant-core-v5.sh index 6c26cb99..01d835e6 100644 --- a/ct/homeassistant-core-v5.sh +++ b/ct/homeassistant-core-v5.sh @@ -392,7 +392,7 @@ After=network-online.target [Service] User=root WorkingDirectory=/root/ -ExecStart=/usr/local/bin/filebrowser -r / +ExecStart=/usr/local/bin/filebrowser -r /root/.homeassistant [Install] WantedBy=default.target" >$service_path @@ -401,7 +401,7 @@ msg_ok "Created Service" msg_ok "Completed Successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. - ${BL}http://$IP:8080${CL} \n" + ${BL}http://$IP:8080${CL} admin|changeme\n" exit fi }