diff --git a/packaging/common/ATCS.sh b/packaging/common/ATCS.sh index 21bcfbf..61086ba 100755 --- a/packaging/common/ATCS.sh +++ b/packaging/common/ATCS.sh @@ -20,7 +20,7 @@ else fi export ENV_FILE -exit 1 + # shellcheck disable=SC2086 # (spellchecker is disabled for this line, because we want it to be split into multiple arguments) $JAVA ${JAVA_OPTS} -Xmx${MAX_MEM} -jar "${ATCS_DIR}/ATCS.jar"