diff --git a/bin/create_config.sh b/bin/create_config.sh index 23cfc9da7b2314ce1c60507a57d973ce2589342c..7676648b86d1442753ed45e989d91100867a4e6e 100755 --- a/bin/create_config.sh +++ b/bin/create_config.sh @@ -123,9 +123,6 @@ diff "$tplfile" "$tmpfile" if [ $? -eq 0 ]; then _warn "WARNING:" _warn "The template was unchanged and will be written directly as output file without any changes." - _warn "Replacements in $tplfile: $(grep '<\%\=\ *\@replace\[' ${tplfile} | wc -l )" - grep '<\%\=\ *\@replace\[' ${tplfile} - echo # echo Content of relacement files: # cat $replacefile # exit 3