Browse Source

Mysql database check not working in is_mysql_host_alive
Fixed issues with type valid
is_system_enabled check was disabled
Error verification didn’t work

Jaap Marcus 5 years ago
parent
commit
03dfb6e6bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/v-add-database-host

+ 1 - 1
bin/v-add-database-host

@@ -73,7 +73,7 @@ if [ -z $template ]; then template="template1"; fi
 database_set_default_ports
 database_set_default_ports
 
 
 is_format_valid 'host' 'dbuser' 'max_db' 'charsets' 'template' 'port'
 is_format_valid 'host' 'dbuser' 'max_db' 'charsets' 'template' 'port'
-#is_system_enabled "$DB_SYSTEM" 'DB_SYSTEM'
+is_system_enabled "$DB_SYSTEM" 'DB_SYSTEM'
 is_type_valid "$DB_SYSTEM" "$type"
 is_type_valid "$DB_SYSTEM" "$type"
 is_dbhost_new
 is_dbhost_new
 is_password_valid
 is_password_valid