Moved echo to else block

pull/1244/head
DL6ER 7 years ago
parent abd44dd284
commit 4035c933df
No known key found for this signature in database
GPG Key ID: BB8EC0BC77973A30

@ -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

Loading…
Cancel
Save