File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ is_object_free 'db' 'DB' "$database"
5050get_next_dbhost
5151is_object_valid " ../../../conf/$type " ' HOST' " $host "
5252is_object_unsuspended " ../../../conf/$type " ' HOST' " $host "
53- is_charset_valid
53+ # is_charset_valid
5454is_package_full ' DATABASES'
5555
5656# ----------------------------------------------------------#
Original file line number Diff line number Diff line change 5555# Concatentating db host string
5656case $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 '" ;
You can’t perform that action at this time.
0 commit comments