mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-04 17:39:37 +00:00
fix start-deployFTBA (#3124)
This commit is contained in:
parent
f872eb55cc
commit
868bcb7272
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue