Remove unnecessary 'set -x' at EOL in genconfig script

tools/generate_config_file_samples.sh contains 'set -x'
at the end of line but it is unnecessary.

It was pointed out in the policy-in-code review
and I borrowed a script from this.

Change-Id: I2a0fd6051702693db340904fbe738d44ca4f15c0
This commit is contained in:
Akihiro Motoki 2018-12-13 03:13:38 +09:00
parent 462b510c50
commit af55934341
1 changed files with 0 additions and 2 deletions

View File

@ -24,5 +24,3 @@ fi
for file in `ls etc/oslo-config-generator/*`; do
$GEN_CMD --config-file=$file
done
set -x