Normalized on TYPE=CURSEFORGE for server properties logic, etc

#843
This commit is contained in:
Geoff Bourne
2021-04-26 08:19:50 -05:00
parent b1bb3f38f3
commit cfb2739cd9
4 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ isDebugging && set -x
: ${LEVEL:=world}
export LEVEL
if [ $TYPE = "FEED-THE-BEAST" ]; then
if [ $TYPE = "CURSEFORGE" ]; then
worldDest=$FTB_DIR/$LEVEL
else
worldDest=/data/$LEVEL