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

@@ -181,7 +181,7 @@ function customizeServerProps {
}
# Deploy server.properties file
if [[ ${TYPE} == "FEED-THE-BEAST" ]]; then
if [[ ${TYPE} == "CURSEFORGE" ]]; then
export SERVER_PROPERTIES="${FTB_DIR}/server.properties"
log "detected FTB, changing properties path to ${SERVER_PROPERTIES}"
fi