Skip to content

Commit

Permalink
Fixed a type in setup-subids script
Browse files Browse the repository at this point in the history
  • Loading branch information
UrsaDK committed Nov 12, 2023
1 parent feee93d commit 2619bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apkovl/usr/local/sbin/setup-subids
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ rm -f "${subuid_temp}"
echo
echo "Rebuilding /etc/subgid for all users ..."
cat "${subgid_temp}" | sort -t: -k1,1 -k2,2n | tee "${subgid_file}"
rm -f "${subgui_temp}"
rm -f "${subgid_temp}"

0 comments on commit 2619bd5

Please sign in to comment.