lgsm local mirror
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.
 
 

15 lines
349 B

#!/bin/bash
# LGSM alert.sh function
# Author: Daniel Gibbs
# Website: https://gameservermanagers.com
lgsm_version="140516"
# Description: Overall function for managing alerts.
if [ "${emailalert}" == "on" ]||[ -n "${email}" ]; then
alert_email.sh
fi
if [ "${pushbulletalert}" == "on" ]||[ -n "${pushbullettoken}" ]; then
alert_pushbullet.sh
fi