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

This commit is contained in:
xaki23 2019-07-09 23:37:26 +02:00
parent afa9ebd728
commit 61cb9acf3b
No known key found for this signature in database
GPG Key ID: C6C39B177E1A717C

View File

@ -76,7 +76,7 @@ main() {
fixed_version="1.4.9" 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 esac
if check_apt_version "$pkg" "$fixed_version"; then if check_apt_version "$pkg" "$fixed_version"; then