no string 200

This commit is contained in:
Shihaam Abdul Rahman 2022-10-16 19:31:35 +05:00
parent e7bb5d631f
commit fe906bd924
Signed by: shihaam
GPG Key ID: 1D33DF08702F2A9C

View File

@ -26,6 +26,6 @@ source .env
echo '{"Service":"Internet Banking", "Status":"'$STATUS'", "Date":"'$DATE'", "Time":"'$TIME'"}' | tee -a public/status.json
fi
fi
echo '{"Date":"'$DATE'", "Time":"'$TIME'", "Status:'$STATUS'}' | tee public/lastcheck.json
echo '{"Date":"'$DATE'", "Time":"'$TIME'", "Status":'$STATUS'}' | tee public/lastcheck.json
echo Sleep:$DELAY;sleep $DELAY
done