custom sleep timer for keep alinve

This commit is contained in:
Shihaam Abdul Rahman 2024-12-08 23:52:18 +05:00
parent 3dd6680a9f
commit 098e268001
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636
3 changed files with 2 additions and 1 deletions

View File

@ -10,3 +10,4 @@ IBSID=
APP_DEBUG=true
TIME_DIFF_LIMIT=1
SLEEP=45

View File

@ -6,5 +6,5 @@ KEEP_ALIVE=$(curl -s 'https://faisanet.mib.com.mv/aProfile/keepAlive' \
-X 'POST' \
-H "cookie: ql_0=${QL_0}; IBSID=${IBSID}")
echo $KEEP_ALIVE
sleep 300
sleep $SLEEP
done

BIN
mc_oct2024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 KiB