mirror of
https://github.com/buanet/ioBroker.docker.git
synced 2025-12-21 20:29:09 +02:00
fix
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
<<<<<<< refs/remotes/origin/master
|
||||
if [ -f /var/run/dbus/pid ];
|
||||
then
|
||||
rm -f /var/run/dbus/pid
|
||||
fi
|
||||
|
||||
=======
|
||||
echo 'Preparing...'
|
||||
rm /var/run/dbus/pid
|
||||
>>>>>>> fix
|
||||
dbus-daemon --system
|
||||
|
||||
echo 'Restarting...'
|
||||
|
||||
Reference in New Issue
Block a user