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;
|
||||
done;
|
||||
|
||||
sudo umount "$mountPath";
|
||||
sudo umount "$bootPath";
|
||||
sudo umount "$dataPath";
|
||||
sudo umount -vf "$mountPath";
|
||||
sudo umount -vf "$bootPath";
|
||||
sudo umount -vf "$dataPath";
|
||||
sudo rm -rf "$mountPath" "$bootPath" "$dataPath";
|
||||
fi;
|
||||
|
||||
|
|
Loading…
Reference in a new issue