confz

git mirror of https://ccx.te2000.cz/bzr/confz
git clone https://ccx.te2000.cz/git/confz
Log | Files | Refs

commit b9e17d88dae4ac01842e2daa873c4a406799790b
parent 5f4c2ff0e325efcff90f8bb789216843ef64dd77
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Tue, 21 Apr 2015 14:37:40 +0200

fix typo

Diffstat:
Mzsh-functions/confz_vserver_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_vserver_init b/zsh-functions/confz_vserver_init @@ -26,7 +26,7 @@ confz_deployed_system_check() { 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