Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 99:15e317bb602f
docker (libervia_cont): removed instructions about commiting sat_data, as a volume container will not commit data (see https://github.com/docker/docker/issues/7583)
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 26 Feb 2016 17:29:34 +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