Files
netbird/release_files
Dennis Schridde 9bd578d4ea Fix ui-post-install.sh to use the full username (#4809)
Fixes #4808 by extracting the full username by:

- Get PID using pgrep
- Get UID from PID using /proc/${PID}/loginuid
- Get user name from UID using id
Also replaces "complex" pipe from ps to sed with a (hopefully) "simpler" (as in requiring less knowledge about the arguments of ps and regexps) invocation of cat and id.
2026-01-06 11:36:19 +01:00
..
2023-10-30 10:32:48 +01:00
2022-05-22 18:53:47 +02:00
2022-05-22 18:53:47 +02:00