mirror of https://github.com/tteck/Proxmox.git
Update podman_ha_container.sh
This commit is contained in:
parent
94b46d16f2
commit
ec900d16a6
|
@ -168,11 +168,9 @@ pct push $CTID podman_ha_setup.sh /podman_ha_setup.sh -perms 755
|
||||||
pct exec $CTID /podman_ha_setup.sh
|
pct exec $CTID /podman_ha_setup.sh
|
||||||
|
|
||||||
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
|
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."
|
info "Successfully Created Podman Home Assistant Container LXC to $CTID."
|
||||||
msg "
|
echo -e "\e[1;92m Home Assistant Container should be reachable by going to the following URL.
|
||||||
|
http://${IP}:8123
|
||||||
Home Assistant should be reachable by going to the following URL.
|
Yacht should be reachable by going to the following URL.
|
||||||
|
http://${IP}:8000
|
||||||
|
\e[0m"
|
||||||
http://${IP}:8123
|
|
||||||
"
|
|
||||||
|
|
Loading…
Reference in New Issue