From d4692d2d079f9accbd995611b5af97a2977a8ea7 Mon Sep 17 00:00:00 2001 From: Ceci Date: Thu, 15 Sep 2022 11:43:11 -0500 Subject: [PATCH] fix(packwiz): provide side argument to packwiz (#1734) --- scripts/start-setupModpack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-setupModpack b/scripts/start-setupModpack index a6ddbb5..ca48780 100755 --- a/scripts/start-setupModpack +++ b/scripts/start-setupModpack @@ -34,7 +34,7 @@ function handlePackwiz() { fi log "Running packwiz installer against URL: ${PACKWIZ_URL}" - if ! java -cp "${packwizInstaller}" link.infra.packwiz.installer.Main "${PACKWIZ_URL}"; then + if ! java -cp "${packwizInstaller}" link.infra.packwiz.installer.Main -s server "${PACKWIZ_URL}"; then log "ERROR failed to run packwiz installer" exit 1 fi