mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-15 10:50:28 +00:00
roll back fix for ticket 4764
This commit is contained in:
@ -1683,14 +1683,6 @@ sub using_systemd {
|
||||
if ($1 >= 7) {
|
||||
return 1;
|
||||
}
|
||||
}elsif ($os =~/centos(\d+)/){
|
||||
if($1 >= 7){
|
||||
return 1;
|
||||
}
|
||||
}elsif ($os =~/rhelhpc(\d+)/){
|
||||
if($1 >= 7){
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user