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:
parent
462b510c50
commit
af55934341
@ -24,5 +24,3 @@ fi
|
|||||||
for file in `ls etc/oslo-config-generator/*`; do
|
for file in `ls etc/oslo-config-generator/*`; do
|
||||||
$GEN_CMD --config-file=$file
|
$GEN_CMD --config-file=$file
|
||||||
done
|
done
|
||||||
|
|
||||||
set -x
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user