mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 05:44:08 -07:00
replaced key LOCALE with CHARSET
This commit is contained in:
parent
24328383e8
commit
f18ea95621
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ increase_user_value "$user" '$U_DATABASES'
|
|||
|
||||
# Adding db to db conf
|
||||
v_str="DB='$database' USER='$db_user' HOST='$host' TYPE='$type'"
|
||||
v_str="$v_str LOCALE='$encoding' U_DISK='0' SUSPEND='no' DATE='$V_DATE'"
|
||||
v_str="$v_str CHARSET='$encoding' U_DISK='0' SUSPEND='no' DATE='$V_DATE'"
|
||||
echo "$v_str">>$V_USERS/$user/db.conf
|
||||
|
||||
# Hiding password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue