mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Scripts: ignore excessive print
This commit is contained in:
@@ -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}"'
|
||||
|
||||
Reference in New Issue
Block a user