mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix null aspectNames in check for smart folder
This commit is contained in:
@@ -124,8 +124,12 @@ do
|
||||
fi
|
||||
|
||||
if [ ! -f package/bundles/assets/$PACKAGE/i18n/en.json ]; then
|
||||
error_out '31;1' "$PACKAGE i18n not found!" >&2
|
||||
exit 1
|
||||
if [ $PACKAGE == 'adf-extensions' ]; then
|
||||
echo "no i18n needed"
|
||||
else
|
||||
error_out '31;1' "$PACKAGE i18n not found!" >&2
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
echo "i18n ok!"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user