Update rc.library.source

This commit is contained in:
bergware
2023-12-24 22:46:17 +01:00
parent 6fb6a10dda
commit 0e16fab256

View File

@@ -45,7 +45,7 @@ scan(){
}
good(){
local TAG BAD=
local TAG BAD
for TAG in ${BIND[@]}; do
[[ -z $1 || $1 == $TAG || ${1:0:4} == fe80 ]] && BAD=1 && break
done