This commit is contained in:
Bob Mottram 2017-06-27 19:58:39 +01:00
parent 796ae94c45
commit 604a1f9072
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 "\n ${CURR_PASSWORD}" 6 40
--msgbox "\n ${CURR_PASSWORD}" 7 40
return
fi