From 7d2ab0ef4f7b3c92f1507ffd085f885782f8cbcd Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 26 Mar 2022 05:40:42 -0400 Subject: [PATCH] Update unifi.sh --- ct/unifi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/unifi.sh b/ct/unifi.sh index 99d76846..6b485dd6 100644 --- a/ct/unifi.sh +++ b/ct/unifi.sh @@ -17,7 +17,7 @@ while true; do done clear function header_info { -echo -e "${RD} +echo -e "${BL} _ _ _ ______ _ | | | | (_) ____(_) | | | |_ __ _| |__ _ @@ -267,4 +267,4 @@ IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2 echo -e "${GN}Successfully created ${APP} LXC to${CL} ${BL}$CTID${CL}. ${BL}${APP}${CL} should be reachable by going to the following URL. - ${BL}http://${IP}:8443${CL} \n" + ${BL}https://${IP}:8443${CL} \n"