28144 | Fixed issue operating in environments where the shell USER variable is not defined. The current USER is now determined with 'id -u -n'. Also silenced a harmless ShellCheck warning. |
28143 | Fixed issue operating in environments where the shell USER variable is not defined. The current USER is now determined with 'id -n -u'. Also silenced a harmless ShellCheck warning. #review-28144 |