mirror of
https://github.com/unraid/webgui.git
synced 2026-02-13 04:28:43 -06:00
Revert "rc scripts: use common library source"
This reverts commit 56acff7c78.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user