summaryrefslogtreecommitdiff
path: root/bin/delete-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/delete-packages')
-rwxr-xr-xbin/delete-packages5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/delete-packages b/bin/delete-packages
index 1a74bf5..2377f75 100755
--- a/bin/delete-packages
+++ b/bin/delete-packages
@@ -129,6 +129,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 7> "${sanity_check_lock_file}"
if ! verbose_flock -s ${block_flag} 7; then
>&2 echo 'come back (shortly) later - sanity-check running.'