fix check schema script

This commit is contained in:
Eugenio Romano
2018-02-15 10:09:15 +00:00
parent ae0994edf1
commit ddb53a83a4

View File

@@ -67,7 +67,7 @@ do
echo "prebuilt-theme ok!"
fi
if [ ! -f package/app-config/'schema.json' ]; then
if [ ! -f package/'schema.json' ]; then
error_out '31;1' "$PACKAGE schema not found!" >&2
exit 1
else