mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-02 03:13:36 -05:00
plugins: need to take core ACLs into account
This commit is contained in:
@@ -370,7 +370,7 @@ ACLBIN?= ${.CURDIR}/../../../core/Scripts/dashboard-acl.sh
|
||||
|
||||
lint-acl: check
|
||||
.if exists(${ACLBIN})
|
||||
@${ACLBIN}
|
||||
@${ACLBIN} ${.CURDIR}/../../../core
|
||||
.else
|
||||
@echo "Did not find ACLBIN, please provide a core repository"; exit 1
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user