mirror of
https://github.com/unraid/webgui.git
synced 2026-02-20 16:18:57 -06:00
scripts dutchification - batch 1
This commit is contained in:
@@ -21,5 +21,5 @@ log(){
|
||||
/usr/bin/logger -t $BASENAME -- "$LINE"
|
||||
done <<< ${1:-$(</dev/stdin)}
|
||||
# echo message to console
|
||||
[[ -n $1 ]] && /bin/echo "$BASENAME: $1"
|
||||
[[ -t 1 && -n $1 ]] && /bin/echo "$BASENAME: $1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user