Print an error message if the FTL release metadata download fails

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
pull/2873/head^2
Mcat12 5 years ago committed by Dan Schaper
parent 4e0ad52001
commit da398c3d9c
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

@ -2388,6 +2388,7 @@ FTLcheckUpdate() {
if ! FTLreleaseData=$(curl -sI https://github.com/pi-hole/FTL/releases/latest); then
# There was an issue while retrieving the latest version
printf " %b Failed to retrieve latest FTL release metadata" "${CROSS}"
return 3
fi

Loading…
Cancel
Save