Skip to content

Commit 05449fd

Browse files
author
OpenShift Bot
authored
Merge pull request #11930 from smarterclayton/dont_use_whoami
Merged by openshift-bot
2 parents 7412a0e + f6ed9fc commit 05449fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/lib/start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
function os::start::configure_server() {
3535
local version="${1:-}"
3636
local current_user
37-
current_user="$( whoami )"
37+
current_user="$( id -u )"
3838

3939
os::start::internal::create_master_certs "${version}"
4040
os::start::internal::configure_node "${version}"

0 commit comments

Comments
 (0)