updated logic and names

This commit is contained in:
Thomas Harvey
2017-10-16 19:27:18 -04:00
parent 178838366c
commit 32a338437e
2 changed files with 12 additions and 11 deletions

View File

@@ -18,7 +18,7 @@ until [[ $memory -gt $maxMemoryUsage ]]; do
lxc-start-ephemeral -o $baseName -n $runnerName --union-type overlayfs -d;
if [[ $? -eq 0 ]]; then
runners="${runnerName};${runners}";
runners="${runners};${runnerName}";
fi
usedMemoryPercent;
done