set dialog size

This commit is contained in:
Tobias Powalowski 2024-06-05 12:04:32 +02:00
parent 62b6bad33a
commit 86d937dfac

View file

@ -96,11 +96,11 @@ _set_password() {
echo "${_PASSWORD}" > /tmp/.password
echo "${_PASSWORD}" >> /tmp/.password
_PASSWORD=/tmp/.password
_dialog --title " Success " --no-mouse --infobox "Password entered correct." 5 50
_dialog --title " Success " --no-mouse --infobox "Password entered correct." 3 50
sleep 3
break
else
_dialog --title " ERROR " --no-mouse --infobox "Password didn't match, please enter again." 5 50
_dialog --title " ERROR " --no-mouse --infobox "Password didn't match, please enter again." 3 50
sleep 3
fi
done