Mercurial > sat_docs
view scripts/dbus/dbus-launch.sh @ 115:5d8b9ca2afd4
docker (libervia): fixed bad escaping after moving libervia_cont_launch from Dockerfile to scripts/
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 04 Mar 2016 23:25:42 +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