Fix to also discard any command output

Ref.: f4ad3293bf (diff-9801c20c5b4becfcc428783737908ea507bfa6387e42710a174992124d267912R64)
This commit is contained in:
iliajie
2023-07-30 12:23:33 +03:00
parent f4ad3293bf
commit b14c1c07dc

View File

@ -24,7 +24,7 @@ if (-r $webmin_yum_repo_file) {
} }
&flush_file_lines($webmin_yum_repo_file); &flush_file_lines($webmin_yum_repo_file);
&unlock_file($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; my $ffixed = 0;