Remove unnecessary exit command from ATCS.sh

This commit is contained in:
OMGeeky
2025-02-18 22:47:13 +01:00
parent ea4fab6f09
commit a76d425ab7

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"