Merge "Initial mariadb support"

This commit is contained in:
Jenkins 2013-06-10 10:24:01 +00:00 committed by Gerrit Code Review
commit 9f40fa3e61
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ done
# Make sure MySQL is installed.
NEW_MYSQL_INSTALL=0
if ! $PACKAGE_STATUS mysql-server > /dev/null
if ! $PACKAGE_STATUS mysql-server && ! $PACKAGE_STATUS mariadb-server > /dev/null
then
if [ -z "${ASSUME_YES}" ] ; then
printf "mysql-server is not installed. Would you like to install it now? (y/n): "