Correction d'une erreur dans la redirection de STDOUT vers le fichier de log
This commit is contained in:
parent
0290388ec8
commit
889b8f2e6b
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ else
|
||||||
exec 2<&-
|
exec 2<&-
|
||||||
|
|
||||||
# Open STDOUT as $LOG file for read and write.
|
# Open STDOUT as $LOG file for read and write.
|
||||||
exec 1<>$LOG
|
exec >> $LOG
|
||||||
|
|
||||||
# Redirect STDERR to STDOUT
|
# Redirect STDERR to STDOUT
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
Loading…
Reference in a new issue