some testing

master
Bryan 2020-12-20 01:30:54 -06:00
parent 9d4ec984a2
commit caab418544
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ LOCKFILE="./doorcontrol-main.lock"
echo "Content-type: application/json"
echo ""
echo ""
echo '{"message": "test message"}'
exit
# Exit if instance already running
if [ -e "$LOCKFILE" ]; then