wfvm: remove installation 'settling' nonsense

Corruption was caused by the VM being killed instead of cleanly shut down.
pull/30/head
Sebastien Bourdeauducq 2020-06-14 16:47:20 +08:00
parent aa0e0517c2
commit 768d38db46
1 changed files with 1 additions and 4 deletions

View File

@ -215,10 +215,7 @@ let
echo "Executing user script..."
${script}
echo "Done"
# Allow install to "settle"
sleep 20
echo "User script done"
echo "Shutting down..."
win-exec 'shutdown /s'