command_restart.sh 309 B

12345678910111213
  1. #!/bin/bash
  2. # LGSM command_start.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. # Description: Starts the server.
  6. local modulename="Restarting"
  7. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
  8. exitbypass=1
  9. info_config.sh
  10. command_stop.sh
  11. command_start.sh