command_restart.sh 353 B

123456789101112131415
  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 commandname="RESTART"
  7. local commandaction="Restarting"
  8. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
  9. info_config.sh
  10. exitbypass=1
  11. command_stop.sh
  12. exitbypass=1
  13. command_start.sh