From 868bcb7272014311af9f9c1e6a5900f7391e2f8e Mon Sep 17 00:00:00 2001 From: Tristan <44125476+IronMine@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:40:36 +0200 Subject: [PATCH] fix start-deployFTBA (#3124) --- scripts/start-deployFTBA | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-deployFTBA b/scripts/start-deployFTBA index f2f0793b..87bbfa25 100755 --- a/scripts/start-deployFTBA +++ b/scripts/start-deployFTBA @@ -45,7 +45,7 @@ if isTrue "$FTB_FORCE_REINSTALL" || ! [ -f "${ftbInstallMarker}" ] || [ "$(cat " log "Downloading FTB installer" if [ "$(uname -m)" == "aarch64" ]; then log "Downloading ARM installer" - $arm=/arm + arm="/arm" else log "Downloading x86 installer" fi