From 73dcf03c6cb0fb98db6caae9ad39168a27a42a84 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sat, 1 Jan 2022 18:44:03 -0500 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