mariadb password dialog

This commit is contained in:
Bob Mottram 2017-06-27 19:57:21 +01:00
parent 43f737cffa
commit 796ae94c45
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ function view_or_change_passwords {
if [[ "${SELECTED_APP}" == 'mariadb' ]]; then
CURR_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
dialog --title $"MariaDB database password" \
--msgbox $"${CURR_PASSWORD}" 8 50
--msgbox "\n ${CURR_PASSWORD}" 6 40
return
fi