提交 eb69358e 编写于 作者: A Anthony Towns

cron.unchecked: don't try doing anything if the daily lock is held

上级 7c0d2995
......@@ -9,6 +9,8 @@ LOCKDAILY=""
LOCKFILE="$lockdir/unchecked.lock"
NOTICE="$lockdir/daily.lock"
if [ -e $NOTICE ]; then exit 0; fi
cleanup() {
rm -f "$LOCKFILE"
if [ ! -z "$LOCKDAILY" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册