Skip to content

Commit

Permalink
dird: allow 'whoami' to run from job
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Aug 11, 2022
1 parent 989c498 commit 30f87fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/dird/ua_cmds.cc
Expand Up @@ -565,7 +565,7 @@ static struct ua_cmdstruct commands[] = {
"[timeout=<number>]"),
false, false},
{NT_("whoami"), WhoAmICmd,
_("Print the user name associated with this console"), NT_(""), false,
_("Print the user name associated with this console"), NT_(""), true,
false}};

#define comsize ((int)(sizeof(commands) / sizeof(struct ua_cmdstruct)))
Expand Down

0 comments on commit 30f87fe

Please sign in to comment.