From 3e89086e45669de82c4005e11ded1ce8f60a1bc3 Mon Sep 17 00:00:00 2001 From: Alexis Degrugillier Date: Sat, 23 Jan 2021 17:04:01 -0500 Subject: Add username hint for permissions during install (#3373) The username is retrieved by 2 different means to support different configurations and architectures. If there is no way to find the username, the "unknown" string is displayed instead. See #2758 --- cli/i18n/ignore/en-us.php | 1 + 1 file changed, 1 insertion(+) (limited to 'cli') diff --git a/cli/i18n/ignore/en-us.php b/cli/i18n/ignore/en-us.php index 0e76c7206..c8432e83e 100644 --- a/cli/i18n/ignore/en-us.php +++ b/cli/i18n/ignore/en-us.php @@ -672,6 +672,7 @@ return array( 'install.check.php.ok', 'install.check.tmp.nok', 'install.check.tmp.ok', + 'install.check.unknown_process_username', 'install.check.users.nok', 'install.check.users.ok', 'install.check.xml.nok', -- cgit v1.2.3