From 209c6e6dabf59772039f2fa3c1b0c61379668ef9 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Thu, 11 Mar 2021 15:36:34 -0600 Subject: [PATCH] Added explicit -dir for Fabric installer #797 --- start-deployFabric | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/start-deployFabric b/start-deployFabric index e933b6f7..4734e0ea 100644 --- a/start-deployFabric +++ b/start-deployFabric @@ -54,7 +54,10 @@ if [[ ! -e $installMarker ]]; then tries=3 set +e while ((--tries >= 0)); do - java -jar $FABRIC_INSTALLER server -mcversion $VANILLA_VERSION -downloadMinecraft + java -jar $FABRIC_INSTALLER server \ + -mcversion $VANILLA_VERSION \ + -downloadMinecraft \ + -dir /data if [[ $? == 0 ]]; then break fi