mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 17:20:15 +00:00
Fix no_installs
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
667418c71d
commit
366345e87e
2 changed files with 3 additions and 9 deletions
|
@ -2174,7 +2174,7 @@ main() {
|
|||
# this early on as FTL is a hard dependency for Pi-hole
|
||||
local funcOutput
|
||||
funcOutput=$(get_binary_name) #Store output of get_binary_name here
|
||||
# Abort early if this processor is not supported (get_binary_name returnS empty string)
|
||||
# Abort early if this processor is not supported (get_binary_name returns empty string)
|
||||
if [[ "${funcOutput}" == "" ]]; then
|
||||
printf " %b Upgrade/install aborted\\n" "${CROSS}" "${DISTRO_NAME}"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue