From b7fe2efbf3c4511af0d3a9fec04a8ccbfc5956cc Mon Sep 17 00:00:00 2001 From: tteckster Date: Tue, 8 Feb 2022 22:02:34 -0500 Subject: [PATCH] Update ha_container.sh --- ct/ha_container.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ct/ha_container.sh b/ct/ha_container.sh index 802ac2e0..40c7652e 100644 --- a/ct/ha_container.sh +++ b/ct/ha_container.sh @@ -73,7 +73,6 @@ TEMP_DIR=$(mktemp -d) pushd $TEMP_DIR >/dev/null wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/setup/ha_setup.sh -wget -qL https://raw.githubusercontent.com/tteck/Proxmox/main/misc/update.sh load_module overlay @@ -166,7 +165,6 @@ pct push $CTID fuse-overlayfs /usr/local/bin/fuse-overlayfs -perms 755 info "Using fuse-overlayfs." fi pct push $CTID ha_setup.sh /ha_setup.sh -perms 755 -pct push $CTID update.sh /root/update.sh -perms 755 pct exec $CTID /ha_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') info "Successfully Created Home Assistant Container LXC to $CTID."