mirror of
https://github.com/webmin/webmin.git
synced 2025-07-23 00:30:33 +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";
|
die "Failed to run shell with $shcmd\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
&error_stderr("Running shell $shcmd with pid $pid");
|
&error_stderr("Running shell $shcmd for user $user with pid $pid");
|
||||||
}
|
}
|
||||||
|
|
||||||
# Detach from controlling terminal
|
# Detach from controlling terminal
|
||||||
|
Reference in New Issue
Block a user