mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 10:30:21 -06:00
Scripts: ignore excessive print
This commit is contained in:
parent
98436f3b1a
commit
c149e55aa6
@ -29,7 +29,7 @@ set -e
|
||||
|
||||
PATTERN=XXXNEWLISTHEREXXX
|
||||
|
||||
(echo '```'; ${MAKE} list; echo '```') > README.list
|
||||
(echo '```'; ${MAKE} list 2> /dev/null; echo '```') > README.list
|
||||
|
||||
sed -e '/```/,/```/c\
|
||||
'"${PATTERN}"'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user