Compare commits

..

No commits in common. "1478e6fdb138531ae3b3e950d888d3786751df6d" and "d266d178ee1258e95256e310c83b6cb7d6a1e585" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
PYTHON_DOOR_ADMIN_VERSION = 0.0.5 PYTHON_DOOR_ADMIN_VERSION = 0.0.3
PYTHON_DOOR_ADMIN_SOURCE = door_admin_v$(PYTHON_DOOR_ADMIN_VERSION).tar.gz 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_SITE = https://git.imaginaerraum.de/Telos4/DoorAdmin/archive
PYTHON_DOOR_ADMIN_LICENSE = GPL-3.0 PYTHON_DOOR_ADMIN_LICENSE = GPL-3.0

@ -1 +1 @@
Subproject commit 4ac7e46ca84de79556401130d45a4e4e39593537 Subproject commit 2efc2343b68a4b65dd239cbb0426074826d6f1b6

View File

@ -2,6 +2,5 @@
while true; do 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 -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/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 sleep 30
done done