Return of the database password

This commit is contained in:
Bob Mottram 2017-06-25 15:15:15 +01:00
parent ad5957d796
commit e973bce5e0
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,9 @@ if [ -f /usr/bin/${PROJECT_NAME} ]; then
PROJECT_INSTALL_DIR=/usr/bin
fi
# MariaDB password
DATABASE_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
function please_wait {
local str width height length
@ -230,6 +233,7 @@ function restore_mariadb {
echo $"Ensure MariaDB handles authentication"
MARIADB_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
mariadb_fix_authentication
DATABASE_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
fi
rm -rf $temp_restore_dir
fi