Skip to content
Snippets Groups Projects

no validate debug output

Merged Hahn Axel (hahn) requested to merge 7000-corrections into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -80,7 +80,7 @@ function dbdetect.validate(){
@@ -80,7 +80,7 @@ function dbdetect.validate(){
local _config="${1:-$DBD_INIFILE}"
local _config="${1:-$DBD_INIFILE}"
# show errors in profile ini files
# show errors in profile ini files
ini.validate "$_config" "$( dirname "$0")/includes/dbdetect_validate_profile.ini" 1 && dbdetect._wd "OK: Validation of '$_config' was successful"
ini.validate "$_config" "$( dirname "$0")/includes/dbdetect_validate_profile.ini" 0 && dbdetect._wd "OK: Validation of '$_config' was successful"
}
}
# check if the requirements for a database match
# check if the requirements for a database match
Loading