From 4ee0ffabdda8037a368fec482110be4cd0bf6974 Mon Sep 17 00:00:00 2001 From: i-c-u-p <96894903+i-c-u-p@users.noreply.github.com> Date: Thu, 28 Apr 2022 08:05:54 +0000 Subject: [PATCH] typo in subvol creation --- easy-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy-arch.sh b/easy-arch.sh index 4488486..515e6b2 100755 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -317,7 +317,7 @@ mount $BTRFS /mnt print "Creating BTRFS subvolumes." subvols=(snapshots var_pkgs var_log home root srv) for subvol in '' ${subvols[@]}; do - btrfs su cr /mnt/@$volume + btrfs su cr /mnt/@$subvol done # Mounting the newly created subvolumes.