提交 2604d1e5 编写于 作者: M Mark Hymers

Merge branch 'master' into deploy

...@@ -288,7 +288,7 @@ function laststeps() { ...@@ -288,7 +288,7 @@ function laststeps() {
exec > "$logdir/after${PROGRAM}.log" 2>&1 exec > "$logdir/after${PROGRAM}.log" 2>&1
# Rotate out old logfiles # Rotate out old logfiles
find ${logdir}/${PROGRAM}_*.log.bz2 -mtime +${logkeep} -delete find ${logdir} -name "${PROGRAM}_*.log.bz2" -mtime +${logkeep} -delete
# Now, at the very (successful) end of this run, make sure we remove # Now, at the very (successful) end of this run, make sure we remove
# our stage files, so the next script run will do it all again. # our stage files, so the next script run will do it all again.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册