mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
Framwork: better mute for previous
This commit is contained in:
parent
129acfd8ed
commit
23035f1955
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ upgrade-check: check
|
|||
|
||||
upgrade: upgrade-check package
|
||||
.for NAME in ${PLUGIN_PKGNAMES}
|
||||
@if ${PKG} info ${NAME} > /dev/null; then \
|
||||
@if ${PKG} info ${NAME} 2> /dev/null > /dev/null; then \
|
||||
${PKG} delete -fy ${NAME}; \
|
||||
fi
|
||||
.endfor
|
||||
|
|
|
|||
Loading…
Reference in a new issue