mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
plugin: remove debug flag
This commit is contained in:
parent
0e9db28d9e
commit
5268261adb
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ scripts: check
|
|||
@mkdir -p ${DESTDIR}
|
||||
@for SCRIPT in ${PLUGIN_SCRIPTS}; do \
|
||||
if [ -f $${SCRIPT} ]; then \
|
||||
cp -v $${SCRIPT} ${DESTDIR}; \
|
||||
cp $${SCRIPT} ${DESTDIR}; \
|
||||
fi; \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue