Remove unnecessary exit command from ATCS.sh

(cherry picked from commit a76d425ab7)
This commit is contained in:
OMGeeky
2025-02-18 22:47:13 +01:00
parent 9a6c5ecf6e
commit 7b30cc6355

View File

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