Skip to content

Commit fb251e9

Browse files
committed
Reformated dbus
1 parent 34873a1 commit fb251e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

init/10_dbus.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22

3-
if [ -e /var/run/dbus/pid ]; then rm -f /var/run/dbus/pid; fi
3+
[[ -e /var/run/dbus/pid ]] && rm -f /var/run/dbus/pid
4+
45
mkdir -p /var/run/dbus
56
chown messagebus:messagebus /var/run/dbus
67
dbus-uuidgen --ensure

0 commit comments

Comments
 (0)