mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 16:24:59 +00:00
MDEV-28640: Debian typo in init script
Noted by Eric X.
This commit is contained in:
2
debian/mariadb-server-10.6.mariadb.init
vendored
2
debian/mariadb-server-10.6.mariadb.init
vendored
@ -88,7 +88,7 @@ sanity_checks() {
|
||||
# If datadir location is not changed int configuration
|
||||
# then it's not printed with /usr/sbin/mariadbd --print-defaults
|
||||
# then we use 'sane' default.
|
||||
if [ -z "$datadir"]
|
||||
if [ -z "$datadir" ]
|
||||
then
|
||||
datadir="/var/lib/mysql"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user