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:
parent
19b6efe3c9
commit
1f5ebf7d22
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user