Moved echo to else block

This commit is contained in:
DL6ER 2017-02-13 16:50:48 +01:00
parent abd44dd284
commit 4035c933df
No known key found for this signature in database
GPG key ID: BB8EC0BC77973A30

View file

@ -1186,8 +1186,9 @@ FTLdownload() {
if [[ ! $machine == i686 ]]; then
echo "::: Not able to detect architecture (unknown: ${machine}), trying 32bit executable"
echo "::: Contact Pi-hole support if you experience problems (like FTL not running)"
else
echo "::: Detected 32bit (i686) architecture"
fi
echo "::: Detected 32bit (i686) architecture"
binary="pihole-FTL-linux-x86_32"
fi