MDEV-28640: Debian typo in init script

Noted by Eric X.
This commit is contained in:
Daniel Black
2024-01-29 09:59:36 +11:00
parent 4dbf55bbfc
commit 12d05c8266

View File

@ -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