live-systems.org/gitweb
/
live-config.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea11601
)
Removing bashism in exec call for logfile pipe, thanks to Алексей Шилин <rootlexx...
author
Daniel Baumann
<daniel@debian.org>
Sun, 6 Jan 2013 19:01:12 +0000
(20:01 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Sun, 6 Jan 2013 19:03:47 +0000
(20:03 +0100)
scripts/config.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/config.sh
b/scripts/config.sh
index
629d737
..
cece973
100755
(executable)
--- a/
scripts/config.sh
+++ b/
scripts/config.sh
@@
-224,7
+224,7
@@
Main ()
mkdir -p /var/log/live
mkfifo /var/log/live/config.pipe
tee < /var/log/live/config.pipe /var/log/live/config.log &
- exec
2>&1 > /var/log/live/config.pipe
+ exec
> /var/log/live/config.pipe 2>&1
# Configuring system
_SCRIPTS="$(echo ${_SCRIPTS} | sed -e 's| |\n|g' | sort -u)"