From a4d1aac8b81522f6fae92366ae74f8b4fac37056 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 31 Jan 2017 18:11:17 +0100 Subject: [PATCH] changes for starting iobroker as deamon --- scripts/startup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/startup.sh b/scripts/startup.sh index 3d9b429..9f215f6 100644 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ -f .install_host ]; then @@ -6,4 +6,6 @@ then rm .install_host fi -node node_modules/iobroker.js-controller/controller.js +./iobroker start +cd / +/bin/bash