We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c599801 commit c1f6664Copy full SHA for c1f6664
mr.bash
@@ -333,7 +333,7 @@ function mr::listRunners {
333
log::_ INFO "Listing localhost all existing runners"
334
run::exists jq || return $?
335
local users=''
336
- users="$(run::logFailed getent group 'runners' | cut -d: -f4 | tr ',' '\n')" || return $?
+ users="$(run::logFailed getent group 'runners' | cut -d: -f4 | tr ',' '\n' | sort -g)" || return $?
337
while read -r user; do
338
[[ -z "$user" ]] && continue
339
echo -n "$user"
0 commit comments