Skip to content

Commit

Permalink
Fixed typo in variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 9, 2023
1 parent 2428866 commit cba8c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/defaults/service/sgid
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
set -e # Exit immediately if a command exits with a non-zero status.
set -u # Treat unset variables as an error.

echo ${SUP_GROUP_IDS:-},${SUP_GROUPS_IDS_INTERNAL:-} | tr ',' '\n' | grep -v '^$' | grep -v '^0$' | sort -nub
echo ${SUP_GROUP_IDS:-},${SUP_GROUP_IDS_INTERNAL:-} | tr ',' '\n' | grep -v '^$' | grep -v '^0$' | sort -nub

# vim:ft=sh:ts=4:sw=4:et:sts=4

0 comments on commit cba8c1d

Please sign in to comment.