From ec900d16a60a669bba45dd68291419c0a5c610d1 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 12 Feb 2022 10:31:46 -0500 Subject: [PATCH] Update podman_ha_container.sh --- ct/podman_ha_container.sh | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/ct/podman_ha_container.sh b/ct/podman_ha_container.sh index f0a2b965..161caabf 100644 --- a/ct/podman_ha_container.sh +++ b/ct/podman_ha_container.sh @@ -168,11 +168,9 @@ pct push $CTID podman_ha_setup.sh /podman_ha_setup.sh -perms 755 pct exec $CTID /podman_ha_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created Podman Home Assistant Container LXC to $CTID." -msg " - -Home Assistant should be reachable by going to the following URL. - - - http://${IP}:8123 -" +info "Successfully Created Podman Home Assistant Container LXC to $CTID." +echo -e "\e[1;92m Home Assistant Container should be reachable by going to the following URL. + http://${IP}:8123 +Yacht should be reachable by going to the following URL. + http://${IP}:8000 +\e[0m"