diff options
Diffstat (limited to 'iptv.sh')
| -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 |
