From 5cd95e2843647c6010ae74da42744ee0a3037356 Mon Sep 17 00:00:00 2001 From: Thomas Harvey Date: Tue, 17 Oct 2017 11:19:35 -0400 Subject: [PATCH] adding to bash script --- allocate_runners.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/allocate_runners.sh b/allocate_runners.sh index 6fe513f..bce00a0 100644 --- a/allocate_runners.sh +++ b/allocate_runners.sh @@ -23,4 +23,7 @@ until [[ $memory -gt $maxMemoryUsage ]]; do usedMemoryPercent; done -echo $runners; \ No newline at end of file +echo $runners; + + +exit 0; \ No newline at end of file