From ee271058898ac1569fb0eee37750e7a1ccd55044 Mon Sep 17 00:00:00 2001 From: Tommaso Chiti Date: Mon, 1 Feb 2021 10:11:27 +0100 Subject: [PATCH] Fixing wrong path. --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."