=== modified file 'zsh-functions/confz_vserver_init' --- zsh-functions/confz_vserver_init 2015-04-21 12:37:40 +0000 +++ zsh-functions/confz_vserver_init 2015-04-21 12:32:35 +0000 @@ -26,7 +26,7 @@ confz_vserver_run_dirs_check() { local -a run_dirs local d - run_dirs=( /var/run/{vservers,vservers.rev,vshelper} ) + run_dirs=( /var/run/{vservers,vservers.rev,vshelper} do_command=( mkdir -p $run_dirs ) for d in $run_dirs; do