mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2026-01-04 23:23:06 +02:00
Update iobroker_startup.sh
This commit is contained in:
@@ -10,7 +10,7 @@ dati=`date '+%Y-%m-%d %H:%M:%S'`
|
|||||||
# Information
|
# Information
|
||||||
echo ''
|
echo ''
|
||||||
echo '----------------------------------------'
|
echo '----------------------------------------'
|
||||||
echo '----- Image-Version: 2.0.6beta -----'
|
echo '----- Image-Version: 3.0.0 -----'
|
||||||
echo '----- '$dati' -----'
|
echo '----- '$dati' -----'
|
||||||
echo '----------------------------------------'
|
echo '----------------------------------------'
|
||||||
echo ''
|
echo ''
|
||||||
@@ -67,7 +67,7 @@ sleep 5
|
|||||||
# Starting ioBroker
|
# Starting ioBroker
|
||||||
echo ''
|
echo ''
|
||||||
echo 'Starting ioBroker...'
|
echo 'Starting ioBroker...'
|
||||||
su iobroker -c "node node_modules/iobroker.js-controller/controller.js > /opt/scripts/iobroker.log 2>&1 &"
|
sudo -u iobroker node node_modules/iobroker.js-controller/controller.js > /opt/scripts/iobroker.log 2>&1 &
|
||||||
echo 'Starting ioBroker done...'
|
echo 'Starting ioBroker done...'
|
||||||
|
|
||||||
# Preventing container restart
|
# Preventing container restart
|
||||||
|
|||||||
Reference in New Issue
Block a user