Update of mysql-prepare-db-dir.sh

- Solves: https://bugzilla.redhat.com/show_bug.cgi?id=1382988
This commit is contained in:
Michal Schorm 2016-11-16 11:48:42 +01:00
parent 873305ba73
commit 6409446a34

View File

@ -20,7 +20,7 @@ ls_check_datadir ()
should_initialize ()
{
case `ls_check_datadir "$1"` in
""|lost+found) true ;;
""|lost+found|*.err) true ;;
*) false ;;
esac
}