Skip to content

Commit 46c7c0e

Browse files
authored
Fix wrong URL after Setup (#1629)
1 parent 33d6f8b commit 46c7c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/pbs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ description
5252
msg_ok "Completed Successfully!\n"
5353
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
5454
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
55-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8007${CL}"
55+
echo -e "${TAB}${GATEWAY}${BGN}https://${IP}:8007${CL}"

0 commit comments

Comments
 (0)