command_test_alert.sh 315 B

1234567891011121314
  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 modulename="Alert"
  7. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
  8. check.sh
  9. info_config.sh
  10. alert="test"
  11. alert.sh
  12. core_exit.sh