Compare commits

..

No commits in common. "6553faa9803b2f31d48abfa0bda377061b298127" and "b82e3b05bedf7a99726baf4d3003308f5f94707c" have entirely different histories.

View file

@ -120,9 +120,9 @@ else
sudo wimdelete --soft "$wimFile" 2;
done;
sudo umount -vf "$mountPath";
sudo umount -vf "$bootPath";
sudo umount -vf "$dataPath";
sudo umount "$mountPath";
sudo umount "$bootPath";
sudo umount "$dataPath";
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
fi;