summaryrefslogtreecommitdiff
path: root/bin/delete-packages
diff options
context:
space:
mode:
Diffstat (limited to 'bin/delete-packages')
-rwxr-xr-xbin/delete-packages3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/delete-packages b/bin/delete-packages
index bfcb9ac..a2e932c 100755
--- a/bin/delete-packages
+++ b/bin/delete-packages
@@ -122,17 +122,20 @@ if [ -z "${no_action_option}" ]; then
# fi
exec 8> "${package_database_lock_file}"
+ # shellcheck disable=SC2086
if ! verbose_flock ${block_flag} 8; then
>&2 echo 'come back (shortly) later - I cannot lock package database.'
exit 0
fi
+ # shellcheck disable=SC2086
if intentions_left ${block_flag}; then
>&2 echo 'come back (shortly) later - There are still intentions in the queue.'
exit 0
fi
exec 7> "${sanity_check_lock_file}"
+ # shellcheck disable=SC2086
if ! verbose_flock -s ${block_flag} 7; then
>&2 echo 'come back (shortly) later - sanity-check running.'
exit 0