AllTheMods / Server-Scripts

Server Startup Scripts
Other
68 stars 38 forks source link

Update settings.cfg #37

Closed Glendening closed 5 years ago

Glendening commented 5 years ago

Removal of excess white spaces and semicolons that break the serverstart.sh script per https://github.com/AllTheMods/Server-Scripts/issues/34

jasperfirecai2 commented 5 years ago

these characters are needed for the batch script, as it splits the params based on those characters... (for windows as a backup) https://github.com/AllTheMods/Server-Scripts/blob/006589c5d996f2ddbb099dfb31faf305eae6f5a0/ServerStart.bat#L183-L194

Glendening commented 5 years ago

@jasperfirecai2 As of October when this adjustment was suggested the script was failing for numerous people and these changes allowed it to work successfully to start the server files. I assume the script has been fixed since then and have deleted the branch per your comment that everything is fine.