Update start-minecraftFinalSetup (#365)

This commit is contained in:
Tyler Page 2019-07-31 23:58:13 +00:00 committed by Geoff Bourne
parent ed272da302
commit f8b97bf909

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}"