Skip to content

Commit 3bbd56c

Browse files
committed
temproary disabled locale check
1 parent 1b5332b commit 3bbd56c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/v-add-database

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ is_object_free 'db' 'DB' "$database"
5050
get_next_dbhost
5151
is_object_valid "../../../conf/$type" 'HOST' "$host"
5252
is_object_unsuspended "../../../conf/$type" 'HOST' "$host"
53-
is_charset_valid
53+
#is_charset_valid
5454
is_package_full 'DATABASES'
5555

5656
#----------------------------------------------------------#

bin/v-add-database-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ esac
5555
# Concatentating db host string
5656
case $type in
5757
mysql) str="HOST='$host' USER='$dbuser' PASSWORD='$dbpass' PORT='$port'";
58-
str="$str CHARSETS='$charsets' MAX_DB='$max_db' U_SYS_USERS='' ";
58+
str="$str CHARSETS='$charsets' MAX_DB='$max_db' U_SYS_USERS=''";
5959
str="$str U_DB_BASES='0' SUSPENDED='no' TIME='$TIME' DATE='$DATE'";;
6060
pgsql) str="HOST='$host' USER='$dbuser' PASSWORD='$dbpass' PORT='$port'";
6161
str="$str CHARSETS='$charsets' TPL='$template' MAX_DB='$max_db'";

0 commit comments

Comments
 (0)