diff options
-rwxr-xr-x | .local/bin/notify_phone | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/notify_phone b/.local/bin/notify_phone index 6228f73..adf1464 100755 --- a/.local/bin/notify_phone +++ b/.local/bin/notify_phone | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | TOKEN=795983515:AAHAPgakm-BbRKNodF9a0z_OH2VDsIxpm_Q | 3 | TOKEN=$(pass telegram/notifier) |
4 | CHAT_ID=4903620 | 4 | CHAT_ID=4903620 |
5 | INPUT=$@ | 5 | INPUT=$@ |
6 | MESSAGE=${INPUT:-"all done"} | 6 | MESSAGE=${INPUT:-"all done"} |