We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd396b5 commit 37e4632Copy full SHA for 37e4632
alert.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Import credentials form config file
4
-. ./credentials.config
+. /opt/ssh-login-alert-telegram/credentials.config
5
6
URL="https://api.telegram.org/bot${KEY}/sendMessage"
7
DATE="$(date "+%d %b %Y %H:%M")"
0 commit comments