Browse Source

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

xaki23 4 years ago
parent
commit
61cb9acf3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      qubesmanager/dsa-4371-update

+ 1 - 1
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