revert commit

This commit is contained in:
Tobias Powalowski 2024-06-04 07:41:19 +02:00
parent 9456570423
commit 6269c389d0

View file

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