mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
Remove trailing newline from curl'd variable.
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
parent
875a5d309d
commit
48351fed79
@ -1164,7 +1164,7 @@ FTLinstall() {
|
||||
echo "::: failed (error in getting latest release location from GitHub)"
|
||||
return 1
|
||||
fi
|
||||
if curl -sSL --fail "https://github.com/pi-hole/FTL/releases/download/${latesttag}/${binary}" -o "/tmp/pihole-FTL"; then
|
||||
if curl -sSL --fail "https://github.com/pi-hole/FTL/releases/download/${latesttag%$'\r'}/${binary}" -o "/tmp/pihole-FTL"; then
|
||||
# Check if we just downloaded text, or a binary file.
|
||||
if ! grep -qI '.' /tmp/pihole-FTL; then
|
||||
echo "::: done"
|
||||
|
Loading…
Reference in New Issue
Block a user