date for debug

This commit is contained in:
Shihaam Abdul Rahman 2022-04-08 19:41:08 +05:00
parent 1c8620cb12
commit 7d1016248a
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56

View File

@ -6,6 +6,7 @@ source .env
COUNT=$(echo $[$COUNT+1])
STATUS=$(curl -s $BML_URL/login)
echo $STATUS >> log.txt
date >> log.txt
STATUS=$(echo $STATUS | jq .code)
if [ "$STATUS" = "0" ]
then