pubic > public

This commit is contained in:
2022-10-16 19:07:40 +05:00
parent 10acac3903
commit a693148bb2

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 pubic/lastcheck.json
echo '{"Date":"'$DATE'", "Time":"'$TIME'", "Status:"'$STATUS'"}' | tee public/lastcheck.json
echo Sleep:$DELAY;sleep $DELAY
done