Skip to content

Commit 1d26b20

Browse files
authored
fix wrong URL after Install (#1601)
1 parent 7df8273 commit 1d26b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/unifi.sh

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

0 commit comments

Comments
 (0)