Revert "Update start-minecraftFinalSetup (#365)"

This reverts commit f8b97bf9
This commit is contained in:
Geoff Bourne 2019-08-01 18:03:11 -05:00
parent f8b97bf909
commit e61942f33e

View File

@ -105,7 +105,7 @@ EOF
# patch CurseForge cfg file, if present
if [ -f "${FTB_DIR}/settings.cfg" ]; then
sed -i "/MAX_RAM=.*/ c MAX_RAM=${MAX_MEMORY}" "${FTB_DIR}/settings.cfg"
sed -i "/MAX_RAM=.*/ c MAX_RAM=${MAX_MEMORY};" "${FTB_DIR}/settings.cfg"
fi
cd "${FTB_DIR}"