Fix non-functioning command

This commit is contained in:
Manuel Thalmann 2023-07-09 13:44:31 +02:00
parent 0e5ef23e16
commit 8ee70bb0c9

View file

@ -120,7 +120,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;