Compare commits
No commits in common. "6553faa9803b2f31d48abfa0bda377061b298127" and "b82e3b05bedf7a99726baf4d3003308f5f94707c" have entirely different histories.
6553faa980
...
b82e3b05be
1 changed files with 3 additions and 3 deletions
|
@ -120,9 +120,9 @@ else
|
||||||
sudo wimdelete --soft "$wimFile" 2;
|
sudo wimdelete --soft "$wimFile" 2;
|
||||||
done;
|
done;
|
||||||
|
|
||||||
sudo umount -vf "$mountPath";
|
sudo umount "$mountPath";
|
||||||
sudo umount -vf "$bootPath";
|
sudo umount "$bootPath";
|
||||||
sudo umount -vf "$dataPath";
|
sudo umount "$dataPath";
|
||||||
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
|
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue