- Update terminal colors #12

Merged
phoenixatom merged 1 commits from patch-4 into main 2021-04-28 13:35:24 +00:00

7
bml.sh
View File

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