Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 119:5d2eb2f61dc8
docker (base): Twisted and Wokkel are now installed with pip instead of apt, as Jessie version is too old for SàT
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 08 Mar 2016 18:36:14 +0100 |
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