update: make it a WARNING

This commit is contained in:
Franco Fichtner 2019-05-07 09:53:39 +02:00
parent 15620eb074
commit 26abcf24b4
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ if ! grep -qc "${SIG_KEY}\"fingerprints\"" ${ORIGIN}; then
# enable insecure mode if repo is unsigned
DO_INSECURE="-i"
[ -z "${DO_CHECK}" ] && echo "Warning: ${ORIGIN} does not use fingerprints, disabling signature checks."
[ -z "${DO_CHECK}" ] && echo "WARNING: ${ORIGIN} does not use fingerprints, disabling signature checks."
fi
while getopts a:BbcdD:efikLl:Mm:N:n:Ppr:Sst:TUuvV OPT; do