new version of webinterface with improved admin support
This commit is contained in:
parent
15ce23ca53
commit
353aae68e8
|
@ -1,4 +1,4 @@
|
|||
PYTHON_DOOR_ADMIN_VERSION = 0.0.3
|
||||
PYTHON_DOOR_ADMIN_VERSION = 0.0.5
|
||||
PYTHON_DOOR_ADMIN_SOURCE = door_admin_v$(PYTHON_DOOR_ADMIN_VERSION).tar.gz
|
||||
PYTHON_DOOR_ADMIN_SITE = https://git.imaginaerraum.de/Telos4/DoorAdmin/archive
|
||||
PYTHON_DOOR_ADMIN_LICENSE = GPL-3.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 2efc2343b68a4b65dd239cbb0426074826d6f1b6
|
||||
Subproject commit 4ac7e46ca84de79556401130d45a4e4e39593537
|
|
@ -2,5 +2,6 @@
|
|||
while true; do
|
||||
start-stop-daemon -S -m -p /tmp/poll_desfire.pid -x /bin/poll_desfire -b -- /root/key /tmp/nfc_fifo
|
||||
start-stop-daemon -v -p /tmp/fcpy.pid -S -b -m -v -x /usr/bin/python -- /bin/door.py
|
||||
start-stop-daemon -v -p /tmp/webiface.pid -S -b -m -v -x /usr/bin/python -- /usr/bin/launch_webadmin
|
||||
sleep 30
|
||||
done
|
||||
|
|
Loading…
Reference in New Issue
Block a user