Fix incorrect syntax
This commit is contained in:
parent
abbfd0df71
commit
857afbe5ab
|
@ -122,7 +122,7 @@ else
|
|||
sudo wimdelete --soft "$wimFile" 2;
|
||||
done;
|
||||
|
||||
sudo bash -c "umount -vf '$mountPath'; umount -vf '$bootPath'; umount -vf '$dataPath'; rm -rf '$mountPath' '$bootPath' '$dataPath';";
|
||||
sudo -- bash -c "umount -vf '$mountPath'; umount -vf '$bootPath'; umount -vf '$dataPath'; rm -rf '$mountPath' '$bootPath' '$dataPath';";
|
||||
fi;
|
||||
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Reference in a new issue