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
|
#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`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user