mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
plugins: need to take core ACLs into account
This commit is contained in:
parent
297335efbf
commit
b357934565
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue