We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7412a0e + f6ed9fc commit 05449fdCopy full SHA for 05449fd
hack/lib/start.sh
@@ -34,7 +34,7 @@
34
function os::start::configure_server() {
35
local version="${1:-}"
36
local current_user
37
- current_user="$( whoami )"
+ current_user="$( id -u )"
38
39
os::start::internal::create_master_certs "${version}"
40
os::start::internal::configure_node "${version}"
0 commit comments