Skip to content

Commit

Permalink
fix: Missing semicolon at Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinanrra authored Dec 12, 2023
1 parent 4b90e2d commit 6ec9bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Mods/bepinex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SERVERFILES_FOLDER="${BASEPATH}/serverfiles"
BEPINEX_SH="${SERVERFILES_FOLDER}/run_bepinex.sh"
LSGMSDTDSERVERCFG="${BASEPATH}/lgsm/config-lgsm/sdtdserver/sdtdserver.cfg"

# Change DL_LINK depending on 7 days to die branch version
# Check if it's compatible
if [ "${VERSION}" == 'stable' ] || [ "${VERSION}" == 'public' ]; then
echo "BepInEx isn't support with Alpha 21 or above"
exit
Expand Down

0 comments on commit 6ec9bc7

Please sign in to comment.