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

no validate debug output

parent db620ab0
No related branches found
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