bug fixes

This commit is contained in:
mfgbhatti 2022-01-28 16:48:53 +00:00
parent 7bfacadcf6
commit fe4d79f329
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ if [[ "$LAYOUT" ]]; then
done
for z in "${SUBVOLUMES[@]:1}"; do
mount -o "$MOUNTOPTION",subvol="${z}" "$PART3" /mnt/"${z}"
w="$(echo "$z" | sed 's/@//g')"
mount -o "$MOUNTOPTION",subvol="${z}" "$PART3" /mnt/"${w}"
done
else
modprobe dm-mod