mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Moved echo to else block
This commit is contained in:
parent
abd44dd284
commit
4035c933df
1 changed files with 2 additions and 1 deletions
|
@ -1186,8 +1186,9 @@ FTLdownload() {
|
||||||
if [[ ! $machine == i686 ]]; then
|
if [[ ! $machine == i686 ]]; then
|
||||||
echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable"
|
echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable"
|
||||||
echo "::: Contact Pi-hole support if you experience problems (like FTL not running)"
|
echo "::: Contact Pi-hole support if you experience problems (like FTL not running)"
|
||||||
fi
|
else
|
||||||
echo "::: Detected 32bit (i686) architecture"
|
echo "::: Detected 32bit (i686) architecture"
|
||||||
|
fi
|
||||||
binary="pihole-FTL-linux-x86_32"
|
binary="pihole-FTL-linux-x86_32"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue