mrrl-containers

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

commit d1f2db6b0cff6ca9c6be8abfd3ea8cd059e09227
parent f3e4b378a1aa36bb7d1463a137a97f56f873c92e
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Sat, 25 Jun 2022 12:45:52 +0200

Set ermissions on log/run script
Diffstat:
Mzsh-functions/confz_containers_init | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init @@ -118,6 +118,8 @@ confz_container_service_log_check() { require fs_m filename=$vars[svc_dir]/log mode=755 require fs_contentnl filename=$vars[svc_dir]/log/run \ content="${(F)runscript}" + require fs_m filename=$vars[svc_dir]/log/run mode=755 + require fs_o filename=$vars[svc_dir]/log/run owner=0:0 } confz_container_service_preset_check() {