gameservergame-servergame-servershacktoberfestdedicated-game-serversgamelinuxgsmserverbashgaminglinuxmultiplayer-game-servershell
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
419 B
19 lines
419 B
#!/bin/bash
|
|
# LinuxGSM command_test_alert.sh module
|
|
# Author: Daniel Gibbs
|
|
# Contributors: http://linuxgsm.com/contrib
|
|
# Website: https://linuxgsm.com
|
|
# Description: Sends a test alert.
|
|
|
|
commandname="TEST-ALERT"
|
|
commandaction="Sending Alert"
|
|
functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
fn_firstcommand_set
|
|
|
|
fn_print_dots "${servername}"
|
|
check.sh
|
|
info_game.sh
|
|
alert="test"
|
|
alert.sh
|
|
|
|
core_exit.sh
|
|
|