date for debug
This commit is contained in:
parent
1c8620cb12
commit
7d1016248a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user