mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
config/path: stop logging patch progress to stderr when stdout is fine
This commit is contained in:
parent
aa4d81d233
commit
6fc4c091f7
@ -91,7 +91,7 @@ if [ -z "${SILENT_OUT}" -a -z "${VERBOSE_OUT}" ]; then
|
|||||||
|
|
||||||
if [ "$VERBOSE" = yes ]; then
|
if [ "$VERBOSE" = yes ]; then
|
||||||
exec 3>&1
|
exec 3>&1
|
||||||
exec 4>&2
|
exec 4>&1
|
||||||
else
|
else
|
||||||
exec 3>&2
|
exec 3>&2
|
||||||
exec 4>/dev/null
|
exec 4>/dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user