From 61cb9acf3b2e0fb3d0f9ba6de8f895b926cd4d59 Mon Sep 17 00:00:00 2001 From: xaki23 Date: Tue, 9 Jul 2019 23:37:26 +0200 Subject: [PATCH] make else/default branch of version-detection non-fatal since any new-and-coming debian variants at this point probably are 4371 fixed to begin with --- qubesmanager/dsa-4371-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubesmanager/dsa-4371-update b/qubesmanager/dsa-4371-update index 65cbb25..a41696f 100644 --- a/qubesmanager/dsa-4371-update +++ b/qubesmanager/dsa-4371-update @@ -76,7 +76,7 @@ main() { fixed_version="1.4.9" ;; *) - error 'Error: Could not determine Debian release!' + exit_ok 'changed=no' 'Unrecognized debian variant, but probably ok by now' esac if check_apt_version "$pkg" "$fixed_version"; then