From dc477f5bc2e56400d5aa6250f02c58426c98448e Mon Sep 17 00:00:00 2001 From: Zhineng Li Date: Sat, 24 Jan 2026 11:18:26 +0800 Subject: redirect to `STDERR` --- iptv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iptv.sh') diff --git a/iptv.sh b/iptv.sh index 6325d10..f0b98e6 100755 --- a/iptv.sh +++ b/iptv.sh @@ -44,7 +44,7 @@ show_decrypt_authinfo_usage () { step () { echo -e "\033[32m[-]\033[0m $1"; } -fatal () { echo -e "\033[31m[!]\033[0m $1"; exit 1; } +fatal () { echo -e "\033[31m[!]\033[0m $1" >&2; exit 1; } ensure_curl_is_installed () { if ! command -v curl &>/dev/null; then -- cgit v1.2.3