Update homeassistant-core.sh (#961)

Corrected the port number to 8123
This commit is contained in:
Fraefel 2024-12-21 11:24:51 -05:00 committed by GitHub
parent 67a0c06b80
commit b0a523aac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -128,4 +128,4 @@ description
msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8132${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"