pulseaudio-init: cosmetic: add curly braces to variable expansions
Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
624a728ff2
commit
c61a615b2f
|
|
@ -6,9 +6,9 @@
|
|||
[ -f "/etc/profile.d/weston.sh" ] && source /etc/profile.d/weston.sh
|
||||
[ -f "/etc/X11/Xsession.d/13xdgbasedirs.sh" ] && source /etc/X11/Xsession.d/13xdgbasedirs.sh
|
||||
|
||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus
|
||||
export DBUS_SESSION_BUS_ADDRESS=unix:path=${XDG_RUNTIME_DIR}/bus
|
||||
|
||||
pulseaudio --start
|
||||
|
||||
# Create a symlink to the daemon's PID file in a more accesible directory
|
||||
ln -sf $XDG_RUNTIME_DIR/pulse/pid /run/pulse.pid
|
||||
ln -sf ${XDG_RUNTIME_DIR}/pulse/pid /run/pulse.pid
|
||||
|
|
|
|||
Loading…
Reference in New Issue