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.