commit 383268a05102bcc80a0fc5eef599ed2fe6019edc
parent 691373a84283ad0df36f76520f821e41febb4cdf
Author: ccx <ccx@te2000.cz>
Date: Sun, 14 Apr 2024 15:33:40 +0000
Don't put dots in instance name
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/handle-nsx11-message b/bin/handle-nsx11-message
@@ -276,7 +276,7 @@ container-urxvt() {
's6-sudo $EXEC_PATH'
'/mnt/ns/bin/spawn-pty rxvt-unicode-256color {'
" $cmd"
- '} s6-sudo $URXVT_PATH '${(qqq)container}
+ '} s6-sudo $URXVT_PATH '${(qqq)${container//./:}}
)
if out=$( 2>&1 env $el_env execlineb -c "${(F)el_cmd}" ); then
return 0