Update unifi.sh

This commit is contained in:
tteckster 2022-03-26 05:40:42 -04:00 committed by GitHub
parent 93200c0e33
commit 7d2ab0ef4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"