commit 1af9fc6f3bd6e1f3899748366faa38f6c7c3b17b
parent 91167922476b9dca214b5a6c1e53234d07e7fcba
Author: Jan Pobříslo <ccx@te2000.cz>
Date: Thu, 23 Jun 2022 00:23:36 +0200
use logical variable for image root
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_containers_init b/zsh-functions/confz_containers_init
@@ -942,7 +942,7 @@ confz_container_nix_unpacked_check() {
tar -xpC "$vars[root]" -f "$download_dir/$vars[filename]"
)
- [[ -f $root/install ]]
+ [[ -f $vars[root]/install ]]
}
confz_container_nix_image_check() {