mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-25 00:30:29 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue