confz

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

commit 89ca0bf3494ff0f4f50367345e721d3292771528
parent 23d8332238539dbad4014bf1ef8292c633dae468
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Sat, 28 Jun 2014 06:59:31 +0200

fix command name
Diffstat:
Mzsh-functions/confz_postgresql_init | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zsh-functions/confz_postgresql_init b/zsh-functions/confz_postgresql_init @@ -84,7 +84,7 @@ confz_postgresql_user_check() { (($+vars[host])) && opts+=( --host=$vars[host] ) (($+vars[port])) && opts+=( --port=$vars[port] ) - do_command=( $vars[createdb] $opts $vars[name] ) + do_command=( $vars[createuser] $opts $vars[name] ) local flag for flag in allow_createdb allow_createrole allow_replication allow_login superuser; do