command_restart.sh 331 B

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