view scripts/dbus/dbus-launch.sh @ 23:b10f01885949

docker: fixed libervia_cont update + added some newlines
author Goffi <goffi@goffi.org>
date Sun, 19 Oct 2014 19:44:47 +0200
parents 703a394b9780
children
line wrap: on
line source

#!/bin/sh

DBUS_PATH="/tmp/.dbus.`whoami`"

if [ ! -e $DBUS_PATH ]; then
	dbus-launch --sh-syntax > $DBUS_PATH
	chmod 400 $DBUS_PATH
fi

cat $DBUS_PATH