mirror of
https://github.com/pi-hole/pi-hole
synced 2025-03-06 19:26:13 +00:00
Fix binary name in 32 bit x86 fallback case
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
51a9412c4b
commit
f7403e2ee6
@ -2122,7 +2122,7 @@ get_binary_name() {
|
||||
else
|
||||
printf "%b %b Detected 32bit (i686) architecture\\n" "${OVER}" "${TICK}"
|
||||
fi
|
||||
l_binary="pihole-FTL-linux-386"
|
||||
l_binary="pihole-FTL-386"
|
||||
fi
|
||||
|
||||
# Returning a string value via echo
|
||||
|
Loading…
Reference in New Issue
Block a user