summaryrefslogtreecommitdiff
path: root/bin/db-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/db-update')
-rwxr-xr-xbin/db-update5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/db-update b/bin/db-update
index 51114f0..26d2d36 100755
--- a/bin/db-update
+++ b/bin/db-update
@@ -175,6 +175,11 @@ if ! ${no_action}; then
exit 0
fi
+ if intentions_left; then
+ >&2 echo 'come back (shortly) later - There are still intentions in the queue.'
+ exit 0
+ fi
+
exec 8> "${sanity_check_lock_file}"
if ! verbose_flock -s ${block_flag} 8; then
>&2 echo 'come back (shortly) later - sanity-check currently running.'