From 87a3275daa471be9dd2047fa5fec776c1b45167a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:59 -0400 Subject: [PATCH] Remove internal poweroff after hook completion --- templates/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/install.sh b/templates/install.sh index 714f144..5fbcb82 100755 --- a/templates/install.sh +++ b/templates/install.sh @@ -885,7 +885,6 @@ if [[ \${action} == "system-boot_completed" ]]; then # Clean up the bootstrap interface and this script rm /etc/network/interfaces.d/\${target_interface} rm \$0 - poweroff fi EOF chmod +x ${target}/etc/network/pvcprovisionerd.checkin.sh