mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Framwork: better mute for previous
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user