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