Remove internal poweroff after hook completion
This commit is contained in:
parent
d6e93b04cc
commit
87a3275daa
|
@ -885,7 +885,6 @@ if [[ \${action} == "system-boot_completed" ]]; then
|
||||||
# Clean up the bootstrap interface and this script
|
# Clean up the bootstrap interface and this script
|
||||||
rm /etc/network/interfaces.d/\${target_interface}
|
rm /etc/network/interfaces.d/\${target_interface}
|
||||||
rm \$0
|
rm \$0
|
||||||
poweroff
|
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
chmod +x ${target}/etc/network/pvcprovisionerd.checkin.sh
|
chmod +x ${target}/etc/network/pvcprovisionerd.checkin.sh
|
||||||
|
|
Loading…
Reference in New Issue