Merge "Also show apache config files as .txt"

This commit is contained in:
Jenkins 2017-04-07 10:24:39 +00:00 committed by Gerrit Code Review
commit c6e615ce44
1 changed files with 1 additions and 1 deletions

View File

@ -889,7 +889,7 @@ function cleanup_host {
# append .txt to all config files
# (there are some /etc/swift .builder and .ring files that get
# caught up which aren't really text, don't worry about that)
find $BASE/logs/sudoers.d $BASE/logs/etc -type f -exec mv '{}' '{}'.txt \;
find $BASE/logs/{apache_config,etc,sudoers.d} -type f -exec mv '{}' '{}'.txt \;
# rabbitmq
if [ -f $BASE/logs/rabbitmq/ ]; then