Dialog height
This commit is contained in:
parent
43a8493038
commit
4b6f4f4bfd
|
@ -250,7 +250,7 @@ function view_or_change_passwords {
|
|||
|
||||
if [[ "${SELECTED_APP}" == 'mariadb' ]]; then
|
||||
dialog --title $"MariaDB database password" \
|
||||
--msgbox $"${CURR_PASSWORD}" 6 50
|
||||
--msgbox $"${CURR_PASSWORD}" 8 50
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue