Commit 2eae1376 authored by Alexey Bychko's avatar Alexey Bychko

fixed typo in postinst script

parent aba78841
......@@ -81,7 +81,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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment