Fixed issues with colors for mac os

This commit is contained in:
vikash-sharma-php 2021-05-21 19:53:09 +05:30 committed by GitHub
parent 4a7f983327
commit 196db2c3f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ]]