fix docker log

This commit is contained in:
Shihaam Abdul Rahman 2024-10-19 03:00:25 +05:00
parent f2594a2449
commit b2c319d4ec
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

View File

@ -2,9 +2,9 @@
while true; do
source .env 2> /dev/null
curl 'https://faisanet.mib.com.mv/aProfile/keepAlive' \
KEEP_ALIVE=$(curl -s '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"
-H "cookie: prefTheme=1; ql_0=${QL_0}; IBSID=${IBSID}; dashboardStatsMode=1; _zwaf_ua=Brave; time-tracker=600")
echo $KEEP_ALIVE
sleep 30
done