fix(packwiz): provide side argument to packwiz (#1734)

This commit is contained in:
Ceci 2022-09-15 11:43:11 -05:00 committed by GitHub
parent a1e4657e62
commit d4692d2d07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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