some testing
parent
9d4ec984a2
commit
caab418544
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue