From b847a87b85a11c075b266927511dfaea66e2aac5 Mon Sep 17 00:00:00 2001 From: Valentin Ochs Date: Wed, 11 Aug 2021 08:22:36 +0200 Subject: [PATCH] Fix indentation --- root_overlay/bin/watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root_overlay/bin/watcher b/root_overlay/bin/watcher index 33eacb2..26e70df 100755 --- a/root_overlay/bin/watcher +++ b/root_overlay/bin/watcher @@ -2,6 +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 + start-stop-daemon -v -p /tmp/webiface.pid -S -b -m -v -x /usr/bin/python -- /usr/bin/launch_webadmin sleep 30 done