Summary of the problem ServerStart.sh is missing start/stop/command option, also no screen support
Pack Version 2.6.0
What is the bug? The ServerStart.sh does not meet the minimum requirements for a normal MC Server start, stop, use command XYZ system.
It also has to be use screen to work because running the current script and closing the console shuts down the server immerditally and this is not the correct way how it has to be written.
Also the script is not compleate because it has no LSB Tags which have to be provided if u want to use the script on server start otherwise it will blame u with "missing required LSB Tags" so a clean start/stop on system start/shutdown isn't provided here-
Mod & Version n/a
Link to log file n/a
Is it repeatable? Sure, simply open the ServerStart.sh file and you won't find any management pices like start/stop/cmd XYZ and so far.
Also there is no use of screen or tmux which is a fatal error for me descriped above
Known Fix Simply write the script correctly with start/stop/cmd XYZ and provide the required use of either screen (should be default) or tmux and don't forgett the LSB Tags.
Pack Version 2.6.0
What is the bug? The ServerStart.sh does not meet the minimum requirements for a normal MC Server start, stop, use command XYZ system.
It also has to be use screen to work because running the current script and closing the console shuts down the server immerditally and this is not the correct way how it has to be written.
Also the script is not compleate because it has no LSB Tags which have to be provided if u want to use the script on server start otherwise it will blame u with "missing required LSB Tags" so a clean start/stop on system start/shutdown isn't provided here-
Mod & Version n/a
Link to log file n/a
Is it repeatable? Sure, simply open the ServerStart.sh file and you won't find any management pices like start/stop/cmd XYZ and so far.
Also there is no use of screen or tmux which is a fatal error for me descriped above
Known Fix Simply write the script correctly with start/stop/cmd XYZ and provide the required use of either screen (should be default) or tmux and don't forgett the LSB Tags.