Search results

  1. R

    [Tutorial] Restartscript for any modpack in linux

    It can often be very annoying when the server crashes and then won't start anymore. Therefore I show you how to use the restart script and how to adapt it to your needs First at all create a file with the name like start.sh with the following content: #!/bin/bash echo "Restart Script" while ...