1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-02-01 15:31:51 +00:00

Change Port (#884)

simply changed port from 8086 to 8096 in line 50
This commit is contained in:
mneten 2024-12-17 13:09:01 -07:00 committed by GitHub
parent d65d64e59e
commit 9efb421b5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,4 +47,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}"