commit cf8d703bfdc77f311c8dec977d3803a465cb19dc parent dc72482fe6570c93c284b130509e395ed9ed7e51 Author: Jan Pobříslo <ccx@te2000.cz> Date: Tue, 19 Jan 2021 02:20:42 +0000 /run/inbox moved to /.inbox Diffstat:
M | bin/handle-nsx11-message | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message @@ -106,11 +106,12 @@ abduco-run() { if ! s6-sudo $x_container_tmpfs/run/exec/exec urxvt \ -name abduco:${session//./-}:${container//./-} \ -title "[$session@$container] abduco" \ - -e abduco -a /run/inbox/${socket#/run/containers/} + -e abduco -a /.inbox/${socket#/run/containers/} then - nag -m "Failed to spawn terminal for abduco session: /run/inbox/${socket#/run/containers/}" + nag -m "Failed to spawn terminal for abduco session: /.inbox/${socket#/run/containers/}" fi } +typeset -f -t abduco-run x11-run() { if ! [[ $1 == *!*!*!* ]]; then