BloodyMods / ServerStarter

MIT License
99 stars 62 forks source link

Remove windows fragments #56

Closed Gideon9212 closed 2 years ago

Gideon9212 commented 2 years ago

Some linux's currently will have bash errors with the old version of this. This version is redone with sed -i -e 's/\r$//' to remove any fragments made due to window's OS and fix those errors for newer linux kernels. The code itself isn't changed at all.

BloodWorkXGaming commented 2 years ago

Thanks for the PR :) Apparently I fixed it already in some other commit, if I'm not wrong?