Skip to content
Snippets Groups Projects
Commit 11f6afaa authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '7000-corrections' into 'master'

no validate debug output

See merge request !130
parents db620ab0 2ae52643
Branches
No related tags found
1 merge request!130no validate debug output
......@@ -80,7 +80,7 @@ function dbdetect.validate(){
local _config="${1:-$DBD_INIFILE}"
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment