=== modified file 'zsh-functions/confz_containers_init' --- old/zsh-functions/confz_containers_init 2022-02-18 18:02:38 +0000 +++ new/zsh-functions/confz_containers_init 2021-12-16 19:25:43 +0000 @@ -96,8 +96,7 @@ } confz_container_service_preset_check() { - # local preset_dir=/usr/local/bzr/containers/service_scripts - local preset_dir=$functions_source[confz_container_service_preset_check]:A:h:h/service_scripts + local preset_dir=/usr/local/bzr/containers/service_scripts checkvars svc_dir preset root_link fstab [[ -x $preset_dir/$vars[preset]/run ]] || die "not an executable file: $preset_dir/$vars[preset]/run" [[ -x $preset_dir/$vars[preset]/finish ]] || die "not an executable file: $preset_dir/$vars[preset]/finish"