fixed typo in postinst script

This commit is contained in:
Alexey Bychko 2021-03-23 12:37:55 +07:00
commit 9e57bd278f

View file

@ -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