fix: id
This commit is contained in:
parent
89c6f9f0a9
commit
6fa8cbeee2
1 changed files with 1 additions and 1 deletions
2
dot
2
dot
|
@ -74,7 +74,7 @@ run_crate() {
|
|||
}
|
||||
|
||||
echo "# details:"
|
||||
echo "# user: $USER ($UID)"
|
||||
echo "# user: $USER (${UID:-$(id -u)})"
|
||||
echo "# groups: $(groups)"
|
||||
echo "# distro: $(curr_distro)"
|
||||
|
||||
|
|
Loading…
Reference in a new issue