You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running with runuser it needs the --login flag.
-, -l, --login
Start the shell as a login shell with an environment similar
to a real login:
• clears all the environment variables except for TERM and
variables specified by --whitelist-environment
• initializes the environment variables HOME, SHELL, USER,
LOGNAME, and PATH
• changes to the target user’s home directory
• sets argv[0] of the shell to '-' in order to make the
shell a login shell
HPK generates tons of environmental variables.
In Docker:
In HPK (Manually grouped):
The text was updated successfully, but these errors were encountered: