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:
committed by
Adrien Destugues
parent
329ae20bac
commit
8aae4f2190
@@ -50,3 +50,6 @@ if [ "$SAFEMODE" != "yes" ]; then
|
||||
. $HOME/config/settings/boot/UserSetupEnvironment
|
||||
fi
|
||||
fi
|
||||
|
||||
export USER=`id -un`
|
||||
export GROUP=`id -gn`
|
||||
|
||||
Reference in New Issue
Block a user