Skip to content

Replace $USER with $(id -un).

Reiner Hauser requested to merge noUSER into master

In some environments the USER variable is not setup. Instead of checking for it, always use $(id -un) instead.

Merge request reports