mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
Scripts: extend script for plugins
This commit is contained in:
parent
4b344259f9
commit
8ee66110dc
@ -28,7 +28,7 @@
|
||||
ACLDIR=src/opnsense/mvc/app/models
|
||||
WIDGETDIR=src/opnsense/www/js/widgets
|
||||
|
||||
ACLS=$(find -s ${ACLDIR} -name "ACL.xml")
|
||||
ACLS=$(find -s ${ACLDIR} -name "ACL.xml"; if [ -d "${1}" ]; then find -s ${1}/${ACLDIR} -name "ACL.xml"; fi)
|
||||
METADATA=$(find -s ${WIDGETDIR}/Metadata -name "*.xml")
|
||||
WIDGETS=$(find -s ${WIDGETDIR} -name "*.js")
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user