diff --git a/bml.sh b/bml.sh index cf5b5eb..09271d0 100755 --- a/bml.sh +++ b/bml.sh @@ -8,9 +8,8 @@ COOKIE=/tmp/bmlcookie CREDENTIALS=.env #Setting terminal output colors -red=`tput setaf 1` -green=`tput setaf 2` -reset=`tput sgr0` - +red="\033[0;32m" +green="\033[0;31m" +reset="\033[0m" source readpass.sh