Skip to content

Commit b0a523a

Browse files
authored
Update homeassistant-core.sh (#961)
Corrected the port number to 8123
1 parent 67a0c06 commit b0a523a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/homeassistant-core.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ description
128128
msg_ok "Completed Successfully!\n"
129129
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
130130
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
131-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8132${CL}"
131+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8123${CL}"

0 commit comments

Comments
 (0)