Position
This commit is contained in:
parent
796ae94c45
commit
604a1f9072
|
@ -251,7 +251,7 @@ function view_or_change_passwords {
|
||||||
if [[ "${SELECTED_APP}" == 'mariadb' ]]; then
|
if [[ "${SELECTED_APP}" == 'mariadb' ]]; then
|
||||||
CURR_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
|
CURR_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
|
||||||
dialog --title $"MariaDB database password" \
|
dialog --title $"MariaDB database password" \
|
||||||
--msgbox "\n ${CURR_PASSWORD}" 6 40
|
--msgbox "\n ${CURR_PASSWORD}" 7 40
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue