commit 477827fce71762373f52b6f23bf7423b7fc29ca5
parent 85dd7e3b889fa4748c90511f929c14666687e6b5
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Mon, 21 Feb 2022 02:14:04 +0000
Declare container_user_dir variable locally.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init
@@ -184,7 +184,7 @@ confz_container_image_owner_check() {
}
confz_container_service_sysroot_check() {
- local uid gid svc_dir container
+ local uid gid svc_dir container container_user_dir
local -a fstab
checkvars containers_dir svscan_dir image_name
defvar fstab_extra ''