fixed typo in postinst script

This commit is contained in:
Alexey Bychko 2021-03-23 12:37:55 +07:00
parent aba7884138
commit 2eae1376fe

View file

@ -81,7 +81,7 @@ if [ -x /usr/sbin/semodule ] ; then
/usr/sbin/semodule -i /usr/share/mysql/policy/selinux/mariadb.pp /usr/sbin/semodule -i /usr/share/mysql/policy/selinux/mariadb.pp
fi fi
if [ -x sbin/restorecon ] ; then if [ -x /sbin/restorecon ] ; then
sbin/restorecon -R var/lib/mysql /sbin/restorecon -R /var/lib/mysql
fi fi