Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Imldeployment Client
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Imldeployment Client
Merge requests
!14
small fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
small fixes
6877_final_status_in_log
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
small fixes
Hahn Axel (hahn)
requested to merge
6877_final_status_in_log
into
master
Dec 14, 2023
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
59948824
Show latest version
2 files
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
59948824
small fixes
· 59948824
Hahn Axel (hahn)
authored
Dec 14, 2023
bin/create_config.sh
+
1
−
1
View file @ 59948824
Edit in single-file editor
Open in Web IDE
Show full file
@@ -23,7 +23,7 @@ replacefile=$*
test
-z
"
$replacefile
"
&&
replacefile
=
"replace*.txt"
tmpfile
=
/tmp/myreplacement.tmp
usage
=
"
`
basename
$0
`
TEMPLATE-FILE OUTFILE [optional: REPLACE-DATA-FILE]"
usage
=
"
USAGE:
$(
basename
$0
)
TEMPLATE-FILE OUTFILE [optional: REPLACE-DATA-FILE
(S)
]"
# cfgdiff is set in setProfile in ../deploy_app.sh while running through a profile
# if create_config.sh is used standalone we hide the output
Loading