mf you retarded

This commit is contained in:
Shihaam Abdul Rahman 2022-04-08 15:04:03 +05:00
parent 9e03e81c7f
commit 1af6558448
Signed by: shihaam
GPG Key ID: 16ADCF6871CB2A56

View File

@ -4,7 +4,7 @@ while true;
do do
source .env source .env
COUNT=$(echo $[$COUNT+1]) COUNT=$(echo $[$COUNT+1])
STATUS=$(curl -si $BML_URL/login | jq .code) STATUS=$(curl -s $BML_URL/login | jq .code)
if [ "$STATUS" = "0" ] if [ "$STATUS" = "0" ]
then then
TEXT="🟢BML Online" TEXT="🟢BML Online"