mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 21:50:24 -06:00
6 lines
164 B
Plaintext
Executable File
6 lines
164 B
Plaintext
Executable File
#
|
|
# Send system notify message from apcupsd
|
|
#
|
|
read MESSAGE
|
|
/usr/local/emhttp/webGui/scripts/notify -e "unRAID Server Alert" -s "UPS Alert" -d "$MESSAGE" -i "alert"
|