smaller box

This commit is contained in:
Tobias Powalowski 2023-08-02 20:47:35 +02:00
parent 20bdd392a5
commit e48a9135b1

View file

@ -55,7 +55,7 @@ _network_check() {
_update_installer_check() {
if [[ -f /.update ]]; then
_dialog --title " ERROR " --infobox "update is already running on other tty...\nYou need to remove /.update first!" 5 70
_dialog --title " ERROR " --infobox "update is already running on other tty...\nYou need to remove /.update first!" 4 70
sleep 3
exit 1
fi