Merge "Correct buggy typo"

This commit is contained in:
Zuul 2018-11-21 00:52:37 +00:00 committed by Gerrit Code Review
commit be392d4c0e
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@
for cont in $(${engine} ps | awk {'print $NF'} | grep -v NAMES); do
INFO_DIR=$BASE_CONTAINER_EXTRA/containers/${cont};
mkdir -p $INFO_DIR;
INFO_FILE=${INFO_DIR/${engine}_info.log;
INFO_FILE=${INFO_DIR}/${engine}_info.log;
CONTAINER_CONT_INFO_CMDS=(
"${engine} top $cont auxw"
"${engine} exec $cont top -bwn1"