mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix missing space
This commit is contained in:
@@ -74,7 +74,7 @@ if (!$in{'clear'}) {
|
||||
}
|
||||
if ($chroot) {
|
||||
$cmd = "chroot ".quotemeta($access{'chroot'}).
|
||||
"sh -c ".quotemeta($cmd);
|
||||
" sh -c ".quotemeta($cmd);
|
||||
}
|
||||
$pid = &open_execute_command(OUTPUT, $cmd, 2, 0);
|
||||
$out = "";
|
||||
|
||||
Reference in New Issue
Block a user