command_test_alert.sh 365 B

12345678910111213141516
  1. #!/bin/bash
  2. # LGSM command_test_alert.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. # Description: Sends a test email alert.
  6. local commandnane="ALERT"
  7. local commandaction="Alert"
  8. local selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
  9. fn_print_dots "${servername}"
  10. check.sh
  11. info_config.sh
  12. alert="test"
  13. alert.sh
  14. core_exit.sh