From 8b76d9d14ad06186471b43c27916d9101df4e99f Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 28 Oct 2021 18:38:41 -0400 Subject: [PATCH] Update adguard_container.sh --- adguard_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adguard_container.sh b/adguard_container.sh index fccdf66f..61a75d82 100644 --- a/adguard_container.sh +++ b/adguard_container.sh @@ -138,7 +138,7 @@ else mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null fi ARCH=$(dpkg --print-architecture) -HOSTNAME=pi-hole +HOSTNAME=adguard TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 -memory 512 \ @@ -154,4 +154,4 @@ pct push $CTID adguard_setup.sh /adguard_setup.sh -perms 755 pct exec $CTID /adguard_setup.sh IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}') -info "Successfully created a AdGuard Home LXC to $CTID at IP Address ${IP}" \ No newline at end of file +info "Successfully created a AdGuard Home LXC to $CTID at IP Address ${IP}"