mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
fixed typo in postinst script
This commit is contained in:
parent
8f7a6cde58
commit
9e57bd278f
1 changed files with 3 additions and 3 deletions
|
|
@ -78,7 +78,7 @@ if [ -x /usr/sbin/semodule ] ; then
|
|||
/usr/sbin/semodule -i /usr/share/mysql/policy/selinux/mariadb.pp
|
||||
fi
|
||||
|
||||
if [ -x sbin/restorecon ] ; then
|
||||
sbin/restorecon -R var/lib/mysql
|
||||
if [ -x /sbin/restorecon ] ; then
|
||||
/sbin/restorecon -R /var/lib/mysql
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue