diff --git a/easy-arch.sh b/easy-arch.sh index 09d7727..f7d6276 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -137,7 +137,7 @@ else # Removing swap subvolumes and fstab entry in case it's not needed. echo "Deleting BTRFS swap subvolume." mount $BTRFS -o subvolid=5 /home - head -n -4 /home/etc/fstab + head -n -4 /home/@/etc/fstab btrfs su de /home/@swap &>/dev/null umount -R /home echo "No swapfile has been added."