Skip to content

Commit a5e6731

Browse files
authored
this shit is actually not in XDG_RUNTIME_DIR 🧐
1 parent 75bc29d commit a5e6731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sas.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ _make_bwrap_array() {
495495
if [ "$SHARE_APP_NETWORK" = 1 ]; then
496496
set -- "$@" \
497497
--share-net \
498-
--ro-bind-try "$RUNDIR"/systemd/resolve /run/systemd/resolve
498+
--ro-bind-try /run/systemd/resolve /run/systemd/resolve
499499
else
500500
set -- "$@" --unshare-net
501501
fi

0 commit comments

Comments
 (0)