Revert "rc scripts: use common library source"

This reverts commit 56acff7c78.
This commit is contained in:
bergware
2023-06-03 10:37:05 +02:00
parent 56acff7c78
commit f7107f0167

View File

@@ -126,7 +126,11 @@ extra_addr() {
extra() {
source <(/usr/bin/fromdos <$EXTRA)
[[ "avahi show" =~ $CALLER ]] && extra_name || extra_addr
if [[ "avahi show" =~ $CALLER ]]; then
extra_name
else
extra_addr
fi
}
check() {