diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-11-13 23:03:48 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-11-13 23:03:48 +0100 |
commit | 4157185f241f1583729020ba67064db0391aaa3d (patch) | |
tree | f0662e17995b49d92ed706a33c894485a67678fe /support-files/rpm | |
parent | c155890af90ec75555fa485387a0cf11120175a6 (diff) | |
parent | bdd883ed9a68ff1e82528cc6b33316d98894cfd2 (diff) | |
download | mariadb-git-4157185f241f1583729020ba67064db0391aaa3d.tar.gz |
10.0-base merge
Diffstat (limited to 'support-files/rpm')
-rw-r--r-- | support-files/rpm/server-postin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/rpm/server-postin.sh b/support-files/rpm/server-postin.sh index b5ba10bd265..b4d63815fe9 100644 --- a/support-files/rpm/server-postin.sh +++ b/support-files/rpm/server-postin.sh @@ -31,7 +31,7 @@ if [ $1 = 1 ] ; then # owns all database files. chown -R %{mysqld_user}:%{mysqld_group} $datadir - if [ ! -e $datadir ]; then + if [ ! -e $datadir/mysql ]; then # Create data directory mkdir -p $datadir/{mysql,test} |