4 lines
109 B
Bash
4 lines
109 B
Bash
#!/bin/bash
|
|
ICON_WARNING=$(echo -e "\U26A0")
|
|
send-telegram "${ICON_WARNING} ATTENTION! Watchdog is stopped!"
|