Update emby.sh to correct port (#989)

Updating echo to show correct port
This commit is contained in:
Darin B. 2024-12-23 10:48:41 -06:00 committed by GitHub
parent b65d55282f
commit 88120fcbcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,4 +57,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}:8086${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8096${CL}"