Fix wrong port being printed post install. (#1105)

At the conclusion of the setup the msg_ok block tells the user to use port 8080, this should be 8000.
This commit is contained in:
Strana-Mechty 2024-12-30 17:43:08 +01:00 committed by GitHub
parent df3919b904
commit 21d857e7ad
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}:8080/admin/login${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8000/admin/login${CL}"