DrParadox7 / Lost-Era-Modpack

Files for the Lost Era Modpack
GNU General Public License v3.0
7 stars 7 forks source link

Wrong line endings make script unlaunchable on unix platforms #79

Closed idk-some-guy closed 10 months ago

idk-some-guy commented 11 months ago

Type of Instance

Multiplayer

Installation Target

Your Own Computer or Laptop

Your Actions

Attempting to launch the startserver sh script fails with the following:

/bin/bash^M: no such file or directory.

replacing the line endings with the command: sed -i -e 's/\r$//' startserver.sh fixes it and script becomes launchable.

Tested on macOS, but should be same on linux.

Your Pack Version

1.6.2

Required Logs

no logs are produced or required as the script doesnt execute at all

Final Checklist

idk-some-guy commented 11 months ago

Forgot to mention, testing the modrinth release

DrParadox7 commented 11 months ago

Thanks for letting me know. I'll make sure to make a mini release soon to tackle it

DrParadox7 commented 10 months ago

Fixed in the latest version of Modrinth. Feel free to reopen if that's not the case