install_mysql.sh: in case of mariadb and if not a parallele installation, symlink aliase 'mysqld.sevice' and 'mysql.service' - FIX.

This commit is contained in:
Christoph 2021-10-17 16:57:27 +02:00
parent 19b6efe3c9
commit 1f5ebf7d22

View File

@ -5717,7 +5717,7 @@ if $INSTALL_SYSTEMD_SERVICE ; then
fi
if [[ "$MYSQL_DISTRIBUTION" = "MariaDB" ]]; then
if ! $UPDATE_MYSQL && ! $PARALLEL_INSTALLATION ; then
if ! $PARALLEL_INSTALLATION ; then
echononl "Erstelle Verzeichnis '/etc/systemd/system/${MYSQL_SERVICE_FILE}.d'.."
if [[ ! -d "/etc/systemd/system/${MYSQL_SERVICE_FILE}.d" ]] ; then