forked from M-Labs/nix-scripts
wfvm: remove installation 'settling' nonsense
Corruption was caused by the VM being killed instead of cleanly shut down.
This commit is contained in:
parent
aa0e0517c2
commit
768d38db46
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue