From f7403e2ee632c0134c5c805d3e9d9abc89822af9 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 19 Feb 2025 08:42:32 +0100 Subject: [PATCH] Fix binary name in 32 bit x86 fallback case Signed-off-by: DL6ER --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 8b21ccf7..a5c5f3e2 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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