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 #Setting intial variables
BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api' BML_URL='https://www.bankofmaldives.com.mv/internetbanking/api'
COOKIE=/tmp/bmlcookie mkdir -p ~/.config/bml-cli/
CREDENTIALS=.env mkdir -p ~/.cache/bml-cli/
COOKIE=~/.cache/bml-cli/cookie
CREDENTIALS=~/.config/bml-cli/.env
#Setting terminal output colors #Setting terminal output colors
red=`tput setaf 1` red=`tput setaf 1`