Skip to content
Snippets Groups Projects

small fixes

Merged Hahn Axel (hahn) requested to merge 6877_final_status_in_log into master
2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -23,7 +23,7 @@ replacefile=$*
@@ -23,7 +23,7 @@ replacefile=$*
test -z "$replacefile" && replacefile="replace*.txt"
test -z "$replacefile" && replacefile="replace*.txt"
tmpfile=/tmp/myreplacement.tmp
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
# 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
# if create_config.sh is used standalone we hide the output
Loading