mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-14 18:32:55 +00:00
Print an error message if the FTL release metadata download fails
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
37e7cd5211
commit
38ff343134
1 changed files with 1 additions and 0 deletions
|
@ -2404,6 +2404,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…
Reference in a new issue