From 196db2c3f1ea6be2d09f0fdd177b73304ce7bd40 Mon Sep 17 00:00:00 2001 From: vikash-sharma-php Date: Fri, 21 May 2021 19:53:09 +0530 Subject: [PATCH] Fixed issues with colors for mac os --- iptv-check | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/iptv-check b/iptv-check index 6542f5f..30df571 100755 --- a/iptv-check +++ b/iptv-check @@ -5,11 +5,11 @@ sname=$0 wfile="$path/oklist.m3u" #setup colors -cyan='\e[0;36m' +cyan='\033[0;36m' green='\033[92m' -red='\e[1;31m' -yellow='\e[0;33m' -orange='\e[38;5;166m' +red='\033[1;31m' +yellow='\033[0;33m' +orange='\033[38;5;166m' # Check if temp directory exists if [[ ! -d $path/temp ]]