changed cookie and env dir to home

This commit is contained in:
Shihaam Abdul Rahman 2021-04-28 19:32:47 +05:00
parent 03cc4ecf48
commit 88867b0935

7
bml.sh
View File

@ -4,8 +4,11 @@
#Setting intial variables
BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api'
COOKIE=/tmp/bmlcookie
CREDENTIALS=.env
mkdir -p ~/.config/bml-cli/
mkdir -p ~/.cache/bml-cli/
COOKIE=~/.cache/bml-cli/cookie
CREDENTIALS=~/.config/bml-cli/.env
#Setting terminal output colors
red=`tput setaf 1`