mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to log username
This commit is contained in:
@ -87,7 +87,7 @@ if (!$pid) {
|
||||
die "Failed to run shell with $shcmd\n";
|
||||
}
|
||||
else {
|
||||
&error_stderr("Running shell $shcmd with pid $pid");
|
||||
&error_stderr("Running shell $shcmd for user $user with pid $pid");
|
||||
}
|
||||
|
||||
# Detach from controlling terminal
|
||||
|
Reference in New Issue
Block a user