1
0
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:
DL6ER 2025-02-19 08:42:32 +01:00
parent 51a9412c4b
commit f7403e2ee6
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

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