Skip to content

Commit

Permalink
make else/default branch of version-detection non-fatal since any new…
Browse files Browse the repository at this point in the history
…-and-coming debian variants at this point probably are 4371 fixed to begin with
  • Loading branch information
xaki23 committed Jul 9, 2019
1 parent afa9ebd commit 61cb9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesmanager/dsa-4371-update
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61cb9ac

Please sign in to comment.