index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2020-01-31 09:34:56 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-01-31 09:44:57 +0100 |
commit | b2554880deb779f50aa82e73b247edf3a63b8837 (patch) | |
tree | 05003f4f29c58d03e92af987444f9280291e78ce /bin/db-update | |
parent | 8048b29f90d956a295349d03ab91dcbd23106d34 (diff) |
-rwxr-xr-x | bin/db-update | 2 |
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 |