projects
/
dak.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd1f042
)
Shutup unchecked
author
Joerg Jaspert
<joerg@debian.org>
Wed, 6 May 2015 15:31:42 +0000
(17:31 +0200)
committer
Joerg Jaspert
<joerg@debian.org>
Wed, 6 May 2015 15:31:42 +0000
(17:31 +0200)
config/debian/cron.unchecked
patch
|
blob
|
history
diff --git
a/config/debian/cron.unchecked
b/config/debian/cron.unchecked
index 74eb58b2c2a9c4a7a1a0b00ae308090ca8afb5f8..916d4e5dd3d1f1b7734744a95449ded84cb3bd46 100755
(executable)
--- a/
config/debian/cron.unchecked
+++ b/
config/debian/cron.unchecked
@@
-74,8
+74,8
@@
export LANG=C
export LC_ALL=C
# only run one cron.unchecked
-if ! lockfile -r8 $LOCKFILE; then
- echo "aborting cron.unchecked because $LOCKFILE has already been locked"
+if ! lockfile -r8 $LOCKFILE
2> /dev/null
; then
+
#
echo "aborting cron.unchecked because $LOCKFILE has already been locked"
exit 0
fi
trap cleanup 0