curl should include -L in startserver.sh script
therealeldaria opened this issue ยท 3 comments
Hello.
In the file startserver.sh where it tries to download serverstarter-2.1.1.jar
The curl options are missing -L causing the script to download html instead of the jar file as the link is redirected.
This was fixed in 40f4230 I would assume it will be available in the next update.
I just tried to install the latest 1.3.1 release, and the -L option is still not in the startserver.sh so it fails to download the serverstarter.2.4.0.jar
startserver.sh is no longer included as of 5ccb6b6, but it's still included in the server packs on CurseForge - so I'm not really sure what's going on here??