Return of the database password
This commit is contained in:
parent
ad5957d796
commit
e973bce5e0
|
@ -44,6 +44,9 @@ if [ -f /usr/bin/${PROJECT_NAME} ]; then
|
||||||
PROJECT_INSTALL_DIR=/usr/bin
|
PROJECT_INSTALL_DIR=/usr/bin
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# MariaDB password
|
||||||
|
DATABASE_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
|
||||||
|
|
||||||
function please_wait {
|
function please_wait {
|
||||||
local str width height length
|
local str width height length
|
||||||
|
|
||||||
|
@ -230,6 +233,7 @@ function restore_mariadb {
|
||||||
echo $"Ensure MariaDB handles authentication"
|
echo $"Ensure MariaDB handles authentication"
|
||||||
MARIADB_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
|
MARIADB_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
|
||||||
mariadb_fix_authentication
|
mariadb_fix_authentication
|
||||||
|
DATABASE_PASSWORD=$(${PROJECT_NAME}-pass -u root -a mariadb)
|
||||||
fi
|
fi
|
||||||
rm -rf $temp_restore_dir
|
rm -rf $temp_restore_dir
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue