changed cookie and env dir to home
This commit is contained in:
parent
03cc4ecf48
commit
88867b0935
7
bml.sh
7
bml.sh
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user