From 35a86a9f4ea28afa12fd8df8615bc6edbf47c118 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 17 Jul 2023 21:11:58 +0200 Subject: bin/sanity-check: execute all left-over intentions at the start * the sanity-check should only run, when nothing else runs * this enables some level of clean-up: intentions, that never successfully ran, will be tried again, here --- bin/sanity-check | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/sanity-check b/bin/sanity-check index 4ab0c9e..ee3e28a 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -81,6 +81,8 @@ if ! verbose_flock ${block_flag} 9; then exit fi +execute_all_intentions + # shellcheck disable=SC2016 repos=$( { -- cgit v1.2.3-54-g00ecf