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:
c1e734b
)
Correcting typo in debug variable check.
author
Daniel Baumann
<daniel@debian.org>
Thu, 6 Dec 2012 15:20:07 +0000
(16:20 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Thu, 6 Dec 2012 15:20:07 +0000
(16:20 +0100)
scripts/config.sh
patch
|
blob
|
blame
|
history
diff --git
a/scripts/config.sh
b/scripts/config.sh
index
9e0446f
..
3e82fc7
100755
(executable)
--- a/
scripts/config.sh
+++ b/
scripts/config.sh
@@
-201,7
+201,7
@@
Main ()
for _SCRIPT in ${_SCRIPTS}
do
- [ "${
_
LIVE_DEBUG}" = "true" ] && echo "[$(date +'%F %T')] live-config: ${_SCRIPT}" >> /var/log/live/config.log
+ [ "${LIVE_DEBUG}" = "true" ] && echo "[$(date +'%F %T')] live-config: ${_SCRIPT}" >> /var/log/live/config.log
. ${_SCRIPT} 2>&1 | tee -a /var/log/live/config.log
done