We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34873a1 commit fb251e9Copy full SHA for fb251e9
1 file changed
init/10_dbus.sh
@@ -1,6 +1,7 @@
1
#!/bin/bash
2
3
-if [ -e /var/run/dbus/pid ]; then rm -f /var/run/dbus/pid; fi
+[[ -e /var/run/dbus/pid ]] && rm -f /var/run/dbus/pid
4
+
5
mkdir -p /var/run/dbus
6
chown messagebus:messagebus /var/run/dbus
7
dbus-uuidgen --ensure
0 commit comments