mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-04 07:03:02 +02:00
changes for starting iobroker as deamon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user