From 55e4763abfee0e02a094e4ea528797c4c3149833 Mon Sep 17 00:00:00 2001 From: natemaia Date: Sun, 17 May 2020 19:23:47 -0700 Subject: [PATCH] Shorten finished message for btrfs subvolumes. --- installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer b/installer index 6cbd7ef..1cbcf5d 100755 --- a/installer +++ b/installer @@ -2497,7 +2497,7 @@ btrfs_subvols() btrfs_mount "$part" "$mntp" "$mvol" || return 1 btrfs_extsubvols "$mntp" "$mvol" || return 1 - msg "Btrfs Setup" "\nSubvolume(s) created successfully.\n\nSubvolume root '$mvol' mounted at $mntp\n$([[ $SUBVOL_COUNT -gt 0 ]] && ls -R "$mntp")" + msg "Btrfs Complete" "\nSubvolume(s) created successfully.\n" } btrfs_extsubvols()