changes for starting iobroker as deamon

This commit is contained in:
Andre
2017-01-31 18:11:17 +01:00
committed by GitHub
parent 58921f9773
commit a4d1aac8b8

View File

@@ -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