mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-21 19:22:05 +00:00
Cumulus bin file to be recognized correctly on RHEL 8.x
This commit is contained in:
parent
222d26f24f
commit
fb34d2b9ff
@ -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" });
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user