Compare commits
2 commits
b82e3b05be
...
6553faa980
Author | SHA1 | Date | |
---|---|---|---|
6553faa980 | |||
0edf1696dc |
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 "$mountPath";
|
sudo umount -vf "$mountPath";
|
||||||
sudo umount "$bootPath";
|
sudo umount -vf "$bootPath";
|
||||||
sudo umount "$dataPath";
|
sudo umount -vf "$dataPath";
|
||||||
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
|
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue