shorten sleep

This commit is contained in:
Tobias Powalowski 2024-06-29 11:12:31 +02:00
parent e932837334
commit 713a17830b

View file

@ -242,8 +242,8 @@ _choose_btrfs_subvolume () {
_btrfs_compress || return 1 _btrfs_compress || return 1
else else
if [[ -n "${_SUBVOLUMES_DETECTED}" ]]; then 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 60 _dialog --title " ERROR " --no-mouse --infobox "All subvolumes of the device are already in use.\nSwitching to create a new subvolume..." 4 60
sleep 5 sleep 3
_prepare_btrfs_subvolume || return 1 _prepare_btrfs_subvolume || return 1
fi fi
fi fi