diff options
Diffstat (limited to 'group_script')
| -rw-r--r-- | group_script | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/group_script b/group_script index 7010492..c50887f 100644 --- a/group_script +++ b/group_script @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012,2015 Tuomo Soini <tis@foobar.fi> +# Copyright (C) 2012-2016 Tuomo Soini <tis@foobar.fi> # # License: GPLv2 # @@ -32,7 +32,7 @@ fi DATE=$(date --date=@${TIMESTAMP}) -cat <<EOM | mail -s "LSM: ${NAME} ${STATE}" ${WARN_EMAIL} +cat <<EOM | mail -s "Foolsm: ${NAME} ${STATE}" ${WARN_EMAIL} Hi, @@ -47,7 +47,7 @@ warn_email = ${WARN_EMAIL} Packet statuses are not available for groups. BR, -Your LSM installation +Your Foolsm installation EOM |
