From b2554880deb779f50aa82e73b247edf3a63b8837 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 31 Jan 2020 09:34:56 +0100 Subject: lib/intentions-queue: make intentions_left() work similar to flock and verbose_flock() --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/db-update') diff --git a/bin/db-update b/bin/db-update index 26d2d36..e1255d6 100755 --- a/bin/db-update +++ b/bin/db-update @@ -175,7 +175,7 @@ if ! ${no_action}; then exit 0 fi - if intentions_left; then + if intentions_left ${block_flag}; then >&2 echo 'come back (shortly) later - There are still intentions in the queue.' exit 0 fi -- cgit v1.2.3