mariadb password dialog
This commit is contained in:
parent
43f737cffa
commit
796ae94c45
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue