From 6269c389d0a01dd1e62296358662cfdc630604cb Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 4 Jun 2024 07:41:19 +0200 Subject: [PATCH] revert commit --- usr/lib/archboot/installer/btrfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/installer/btrfs.sh b/usr/lib/archboot/installer/btrfs.sh index 797d32dc2..35b83ad17 100644 --- a/usr/lib/archboot/installer/btrfs.sh +++ b/usr/lib/archboot/installer/btrfs.sh @@ -242,7 +242,7 @@ _choose_btrfs_subvolume () { _btrfs_compress || return 1 else if [[ -n "${_SUBVOLUMES_DETECTED}" ]]; then - _dialog --title " ERROR " --no-mouse --infobox "All subvolumes of the device are already in use.\nSwitching to create a new one now." 4 50f + _dialog --title " ERROR " --no-mouse --infobox "All subvolumes of the device are already in use.\nSwitching to create a new one now." 4 50 sleep 5 _prepare_btrfs_subvolume || return 1 fi