mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit c7af951991848a44838cfda01f30da335c8ab69c
parent 27f32cfe77967b22718c4089aa505589a19e2e44
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Sat, 16 Jan 2021 00:28:30 +0100

Change xsession CONTAINER_NAME to be xsession.$DISPLAY
Diffstat:
Mzsh-functions/confz_containers_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -195,7 +195,7 @@ confz_container_service_xsession_check() { require fs_contentnl filename=$svc_dir/env/CONTAINER_USER \ content=$vars[user] require fs_contentnl filename=$svc_dir/env/CONTAINER_NAME \ - content=$HOST + content=xsession.$vars[display_number] } # --- old