=== modified file 'zsh-functions/confz_vserver_init' --- zsh-functions/confz_vserver_init 2018-02-02 13:45:29 +0000 +++ zsh-functions/confz_vserver_init 2017-01-11 18:27:24 +0000 @@ -10,14 +10,13 @@ # deploy filesystem image from directory, rsync or tarball confz_deployed_system_check() { checkvars path source - defvar ignore_pattern '' local existing_entries fail_reason="${vars[path]}/.confz_deployed missing" if [[ -e ${vars[path]}/.confz_deployed ]]; then return 0 else - existing_entries=( ${vars[path]}/*~${vars[path]}/${~vars[ignore_pattern]}(DN) ) + existing_entries=( ${vars[path]}/*(DN) ) if (($#existing_entries)); then die "Found $#existing_entries existing entries in ${vars[path]} but no .confz_deployed" else