summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/sanity-check2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sanity-check b/bin/sanity-check
index e51f64b..4bf9145 100755
--- a/bin/sanity-check
+++ b/bin/sanity-check
@@ -69,7 +69,7 @@ done
exec 9> "${sanity_check_lock_file}"
if ! flock -n 9; then
>&2 echo 'Sanity check skipped, cannot acquire lock.'
- exit 11
+ exit
fi
finish() {