From b4a51ae0a2ae5f423dbdbf0d96d8970eb64c62d3 Mon Sep 17 00:00:00 2001 From: Jovan Kostovski Date: Tue, 6 Feb 2018 01:47:08 +0100 Subject: [PATCH] reverted the removal of the coap service Signed-off-by: Jovan Kostovski --- bin/mainflux-launch.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/mainflux-launch.sh b/bin/mainflux-launch.sh index 722c0f42..8fb0dd3a 100755 --- a/bin/mainflux-launch.sh +++ b/bin/mainflux-launch.sh @@ -21,7 +21,10 @@ sleep 0.1 mainflux-http & mainflux-manager & mainflux-writer & +mainflux-coap & trap cleanup EXIT while : ; do sleep 1 ; done + +