1
0
mirror of https://github.com/tommytran732/Arch-Setup-Script synced 2024-09-19 15:14:43 -04:00

Fixing wrong path.

This commit is contained in:
Tommaso Chiti 2021-02-01 10:11:27 +01:00
parent dc256d4d86
commit ee27105889

View File

@ -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."