projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95215ad
)
Use log() not echo() to get timestamps
author
Joerg Jaspert
<joerg@debian.org>
Fri, 18 Dec 2015 21:25:49 +0000
(22:25 +0100)
committer
Joerg Jaspert
<joerg@debian.org>
Fri, 18 Dec 2015 21:25:49 +0000
(22:25 +0100)
config/debian/cron.dinstall
patch
|
blob
|
history
diff --git
a/config/debian/cron.dinstall
b/config/debian/cron.dinstall
index 8aaaa648c4939d4479d4fdbc400df08876011a75..07e9b0d5671566f84e22ec36c19fb658f8397c3a 100755
(executable)
--- a/
config/debian/cron.dinstall
+++ b/
config/debian/cron.dinstall
@@
-134,7
+134,7
@@
function stage() {
cat "${STAGEFILE}.log" >> "${LOGFILE}"
rm -f "${STAGEFILE}.log"
-
echo
"########## DINSTALL END: ${FUNC} ##########"
+
log
"########## DINSTALL END: ${FUNC} ##########"
if [ -f "${LOCK_STOP}" ]; then
log "${LOCK_STOP} exists, exiting immediately"