diff options
| author | Zhineng Li <[email protected]> | 2026-01-24 11:18:26 +0800 |
|---|---|---|
| committer | Zhineng Li <[email protected]> | 2026-01-24 11:18:26 +0800 |
| commit | dc477f5bc2e56400d5aa6250f02c58426c98448e (patch) | |
| tree | d1b01a4ee639c75254d8ff4990448054a124e202 | |
| parent | caea928cfd4a6eaf28edebc25ec93a533908851f (diff) | |
| download | china-unicom-iptv-gd-dc477f5bc2e56400d5aa6250f02c58426c98448e.tar.gz china-unicom-iptv-gd-dc477f5bc2e56400d5aa6250f02c58426c98448e.zip | |
redirect to `STDERR`
| -rwxr-xr-x | iptv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
