mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -07:00
temproary disabled locale check
This commit is contained in:
parent
1b5332b558
commit
3bbd56c588
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ is_object_free 'db' 'DB' "$database"
|
|||
get_next_dbhost
|
||||
is_object_valid "../../../conf/$type" 'HOST' "$host"
|
||||
is_object_unsuspended "../../../conf/$type" 'HOST' "$host"
|
||||
is_charset_valid
|
||||
#is_charset_valid
|
||||
is_package_full 'DATABASES'
|
||||
|
||||
#----------------------------------------------------------#
|
||||
|
|
|
@ -55,7 +55,7 @@ esac
|
|||
# Concatentating db host string
|
||||
case $type in
|
||||
mysql) str="HOST='$host' USER='$dbuser' PASSWORD='$dbpass' PORT='$port'";
|
||||
str="$str CHARSETS='$charsets' MAX_DB='$max_db' U_SYS_USERS='' ";
|
||||
str="$str CHARSETS='$charsets' MAX_DB='$max_db' U_SYS_USERS=''";
|
||||
str="$str U_DB_BASES='0' SUSPENDED='no' TIME='$TIME' DATE='$DATE'";;
|
||||
pgsql) str="HOST='$host' USER='$dbuser' PASSWORD='$dbpass' PORT='$port'";
|
||||
str="$str CHARSETS='$charsets' TPL='$template' MAX_DB='$max_db'";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue