Browse Source

Change shebang to use env for portability

pull/6472/head
neil 1 month ago
committed by GitHub
parent
commit
c21db5c5d5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      notify/telegram.sh

2
notify/telegram.sh

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env sh
#Support Telegram Bots

Loading…
Cancel
Save