From c21db5c5d5f598bd948a2787d5bd8252b2a4a7b2 Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 7 Feb 2026 22:10:48 +0800 Subject: [PATCH] Change shebang to use env for portability --- notify/telegram.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notify/telegram.sh b/notify/telegram.sh index 97dd2861..c6532dc6 100755 --- a/notify/telegram.sh +++ b/notify/telegram.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/bin/env sh #Support Telegram Bots