mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
fixed missing template name for pgsql
This commit is contained in:
parent
aa5971eb3d
commit
adf54b9ae9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ case $type in
|
|||
new_str="$new_str MAX_DB='$max_db' U_SYS_USERS=''";
|
||||
new_str="$new_str U_DB_BASES='0' ACTIVE='yes' DATE='$V_DATE'";;
|
||||
pgsql) new_str="HOST='$host' USER='$db_user' PASSWORD='$db_password'";
|
||||
new_str="$new_str PORT='$port' TPL='$tpl'";
|
||||
new_str="$new_str PORT='$port' TPL='$template'";
|
||||
new_str="$new_str MAX_USERS='$max_usr' MAX_DB='$max_db'";
|
||||
new_str="$new_str U_SYS_USERS=''";
|
||||
new_str="$new_str U_DB_BASES='0' ACTIVE='yes' DATE='$V_DATE'";;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue