Fix syntax issue in gate_run.sh script

Change-Id: I98005ea6ac1457d89ef6636cf772155d7a7034d9
Closes-Bug: #1651388
(cherry picked from commit bbe4c0d768)
This commit is contained in:
Jeffrey Zhang 2016-12-20 18:38:50 +08:00
parent 4032ae2971
commit d2655ab353
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ function collect_logs {
done
# append .txt to all kolla config file
find logs/kolla_configs -type -f -exec mv '{}' '{}'.txt \;
find logs/kolla_configs -type f -exec mv '{}' '{}'.txt \;
# Compress all text logs
find logs -iname '*.txt' -execdir gzip -9 {} \+