We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c667274 + c421cb7 commit a81d269Copy full SHA for a81d269
bin/v-add-database
@@ -48,8 +48,8 @@ is_object_valid 'user' 'USER' "$user"
48
is_object_unsuspended 'user' 'USER' "$user"
49
is_object_new 'db' 'DB' "$database"
50
get_next_dbhost
51
-is_object_valid "../../../conf/$type" 'HOST' "$host"
52
-is_object_unsuspended "../../../conf/$type" 'HOST' "$host"
+is_object_valid "../../../conf/$type" 'DBHOST' "$host"
+is_object_unsuspended "../../../conf/$type" 'DBHOST' "$host"
53
#is_charset_valid
54
is_package_full 'DATABASES'
55
0 commit comments