From 16db0114dcdf8c255fb3a34b9adbe91c96466e78 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Fri, 12 Nov 2021 22:05:35 +0100 Subject: [PATCH] scripts: fix mmctl detection --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ed5720f..29af62e 100644 --- a/scripts/install +++ b/scripts/install @@ -188,7 +188,7 @@ team_name=$(echo "$team_display_name" | iconv -f utf8 -t ascii//TRANSLIT//IGNORE bin_mmctl="$final_path/bin/mmctl" # mmctl is not packaged with ARM versions yet -if [[ -f $"bin_mmctl" ]]; then +if [[ -f "$bin_mmctl" ]]; then export MMCTL_LOCAL=true export MMCTL_LOCAL_SOCKET_PATH="$local_socket_path"