fix: only make dbus env variable available to host script
Some checks failed
Build container / fedora-build (push) Failing after 2m5s

This commit is contained in:
Job
2025-10-24 17:14:13 +02:00
parent 28766d5e87
commit aa3d5d5bb8
2 changed files with 4 additions and 4 deletions

View File

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