SetupEnvironment: set USER and GROUP variables

Fixes #7682.

Change-Id: I85ea7b41b838edaeb9c92d280e9420bd70b30fd1
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3958
Reviewed-by: Rene Gollent <[email protected]>
Tested-by: Commit checker robot <[email protected]>
This commit is contained in:
Adrien Destugues
2021-06-04 06:37:00 +00:00
committed by Adrien Destugues
parent 329ae20bac
commit 8aae4f2190
+3
View File
@@ -50,3 +50,6 @@ if [ "$SAFEMODE" != "yes" ]; then
. $HOME/config/settings/boot/UserSetupEnvironment
fi
fi
export USER=`id -un`
export GROUP=`id -gn`