Update homeassistant-core-v5.sh

This commit is contained in:
tteckster 2023-01-07 12:21:14 -05:00 committed by GitHub
parent ead7499472
commit 0882f89db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -392,7 +392,7 @@ After=network-online.target
[Service] [Service]
User=root User=root
WorkingDirectory=/root/ WorkingDirectory=/root/
ExecStart=/usr/local/bin/filebrowser -r / ExecStart=/usr/local/bin/filebrowser -r /root/.homeassistant
[Install] [Install]
WantedBy=default.target" >$service_path WantedBy=default.target" >$service_path
@ -401,7 +401,7 @@ msg_ok "Created Service"
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "FileBrowser should be reachable by going to the following URL. 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 exit
fi fi
} }