Files
Job79 aa3d5d5bb8
Some checks failed
Build container / fedora-build (push) Failing after 2m5s
fix: only make dbus env variable available to host script
2025-10-24 17:14:13 +02:00

5 lines
178 B
Bash
Executable File

#!/bin/bash
export DBUS_SESSION_BUS_ADDRESS=unix:path=/tmp/bus
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" \
$([ "$(basename "$0")" != "host" ] && echo "$(basename "$0")") "$@"