that was a mistake, just stay quite and use whatever
This commit is contained in:
parent
f29417f9e9
commit
77ac4dca59
@ -1,13 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
else
|
||||
echo .env file not found, using env
|
||||
fi
|
||||
|
||||
while true; do
|
||||
|
||||
source .env 2> /dev/null
|
||||
curl 'https://faisanet.mib.com.mv/aProfile/keepAlive' \
|
||||
-X 'POST' \
|
||||
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave; time-tracker=600"
|
||||
|
6
tx.sh
6
tx.sh
@ -1,10 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
else
|
||||
echo .env file not found, using env
|
||||
fi
|
||||
source .env 2> /dev/null
|
||||
|
||||
curl 'https://faisanet.mib.com.mv/ajaxAccounts/trxHistory' \
|
||||
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user