2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

Merge pull request #6969 from peterwywong/copycds

Recognize Cumulus bin file correctly on RHEL 8.x
This commit is contained in:
besawn
2021-05-06 07:59:31 -04:00
committed by GitHub

View File

@ -115,7 +115,7 @@ sub process_request {
return;
}
if (grep /$file: data/, @filestat) {
if ((grep /$file: data/, @filestat) || (grep /$file: .* \(binary data/, @filestat)) {
if ($xcatdebugmode) {
$callback->({ info => "run copydata for data file = $file" });
}