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
Commits
0d73c943
Commit
0d73c943
authored
4 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
detect wrong replacements
parent
2fbba125
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/create_config.sh
+7
-0
7 additions, 0 deletions
bin/create_config.sh
with
7 additions
and
0 deletions
bin/create_config.sh
+
7
−
0
View file @
0d73c943
...
@@ -78,6 +78,13 @@ if [ $? -ne 0 ]; then
...
@@ -78,6 +78,13 @@ if [ $? -ne 0 ]; then
exit
2
exit
2
fi
fi
echo
---
Replacements to apply:
grep
"^[a-zA-Z]"
$replacefile
|
grep
"="
if
[
$?
-ne
0
]
;
then
_err
"ERROR: No replacements were found ... wrong syntax? Use KEY = VALUE."
exit
2
fi
# --- create temporary file to make all replacements in it
# --- create temporary file to make all replacements in it
cat
$tplfile
>
$tmpfile
cat
$tplfile
>
$tmpfile
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment