Remove internal poweroff after hook completion

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:59 -04:00
parent d6e93b04cc
commit 87a3275daa
1 changed files with 0 additions and 1 deletions

View File

@ -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