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..."
|
echo "Executing user script..."
|
||||||
${script}
|
${script}
|
||||||
echo "Done"
|
echo "User script done"
|
||||||
|
|
||||||
# Allow install to "settle"
|
|
||||||
sleep 20
|
|
||||||
|
|
||||||
echo "Shutting down..."
|
echo "Shutting down..."
|
||||||
win-exec 'shutdown /s'
|
win-exec 'shutdown /s'
|
||||||
|
|
Loading…
Reference in New Issue