security-updates-check.sh: add --show-testing to better filter these out

This commit is contained in:
Alice Gaudon 2020-06-29 15:25:11 +02:00
parent 6f216f261b
commit 2b45a0e765
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
UPDATES=$(arch-audit --upgradable | sed "{s/\n/<br>/g}")
UPDATES=$(arch-audit --upgradable --show-testing | sed "{s/\n/<br>/g}")
if test "$1" != "true"
then