mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
Fix to also discard any command output
Ref.: f4ad3293bf (diff-9801c20c5b4becfcc428783737908ea507bfa6387e42710a174992124d267912R64)
This commit is contained in:
@ -24,7 +24,7 @@ if (-r $webmin_yum_repo_file) {
|
||||
}
|
||||
&flush_file_lines($webmin_yum_repo_file);
|
||||
&unlock_file($webmin_yum_repo_file);
|
||||
&system_logged("rpm --import $webmin_yum_repo_key");
|
||||
&system_logged("rpm --import $webmin_yum_repo_key >/dev/null 2>&1");
|
||||
}
|
||||
|
||||
my $ffixed = 0;
|
||||
|
Reference in New Issue
Block a user