Browse Source

Correct shebang

pull/3333/head
Mike Beattie 4 years ago
committed by GitHub
parent
commit
2e5a6e21cf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      notify/telegram.sh

2
notify/telegram.sh

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

Loading…
Cancel
Save