Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iml-backup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
iml-backup
Merge requests
!130
no validate debug output
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
no validate debug output
7000-corrections
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Hahn Axel (hahn)
requested to merge
7000-corrections
into
master
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
2ae52643
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
2ae52643
no validate debug output
· 2ae52643
Hahn Axel (hahn)
authored
1 year ago
includes/dbdetect.class.sh
+
1
−
1
Options
@@ -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
Loading