summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2022-12-14 19:35:19 +1100
committerAndrew Hutchings <andrew@linuxjedi.co.uk>2022-12-14 20:52:06 +0000
commit0f351b620a610055c9323269ecb8411291de6f5f (patch)
treec3b21a0191bf934389fd89cc1c360b0406650f60 /support-files
parent9ee055a27f3f0c10fcc5a8b10084fb66147e749d (diff)
downloadmariadb-git-0f351b620a610055c9323269ecb8411291de6f5f.tar.gz
rpm: server-post - use mariadb-install-db
Diffstat (limited to 'support-files')
-rw-r--r--support-files/rpm/server-postin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/rpm/server-postin.sh b/support-files/rpm/server-postin.sh
index 61c417e3e7d..8a017560623 100644
--- a/support-files/rpm/server-postin.sh
+++ b/support-files/rpm/server-postin.sh
@@ -58,7 +58,7 @@ if [ $1 = 1 ] ; then
mkdir -p $datadir
# Initiate databases
- %{_bindir}/mysql_install_db --rpm --user=%{mysqld_user}
+ %{_bindir}/mariadb-install-db --rpm --user=%{mysqld_user}
fi
# Change permissions again to fix any new files.