|
@ -1,5 +1,5 @@ |
|
|
#!/bin/bash |
|
|
#!/bin/bash |
|
|
# LGSM email_test.sh function |
|
|
# LGSM command_email_test.sh function |
|
|
# Author: Daniel Gibbs |
|
|
# Author: Daniel Gibbs |
|
|
# Website: http://gameservermanagers.com |
|
|
# Website: http://gameservermanagers.com |
|
|
lgsm_version="271215" |
|
|
lgsm_version="271215" |
|
@ -7,8 +7,8 @@ lgsm_version="271215" |
|
|
# Description: Sends a test email notification. |
|
|
# Description: Sends a test email notification. |
|
|
|
|
|
|
|
|
local modulename="Email" |
|
|
local modulename="Email" |
|
|
check_root.sh |
|
|
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" |
|
|
check_systemdir.sh |
|
|
check.sh |
|
|
info_config.sh |
|
|
info_config.sh |
|
|
if [ "${emailnotification}" = "on" ]; then |
|
|
if [ "${emailnotification}" = "on" ]; then |
|
|
fn_scriptlog "Sending test notification" |
|
|
fn_scriptlog "Sending test notification" |