Skip to content

Commit

Permalink
used_free_uidgids.sh: print "recommended pair"
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Feb 10, 2021
1 parent b445c58 commit de46c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/used_free_uidgids.sh
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ done

echo "Recommended GID only: ${gidonly:-${uidgidboth:-none}}"
echo "Recommended UID only: ${uidonly:=${uidgidboth:-none}}"
echo "Recommended UID+GID both: ${uidgidboth:-none}"
echo "Recommended UID+GID pair: ${uidgidboth:-none}"
echo "Free UIDs: ${freeuid}"
echo "Free GIDs: ${freegid}"
echo "Free UID+GID pairs: ${freepair}"

0 comments on commit de46c11

Please sign in to comment.