When I originally wrote this, I was using FTB, which uses a ServerStart.sh script that in turns makes the java ... call to actually run the server. My bootstrap script expects this script to exist in the base of the server archive. If you use something like Vanilla MC, however, this script doesn't exist. This should be changed to something more generic, or instruct users how to create / populate it.
When I originally wrote this, I was using FTB, which uses a
ServerStart.sh
script that in turns makes thejava ...
call to actually run the server. My bootstrap script expects this script to exist in the base of the server archive. If you use something like Vanilla MC, however, this script doesn't exist. This should be changed to something more generic, or instruct users how to create / populate it.