command_restart.sh 332 B

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