mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 17:46:38 +00:00
Merge pull request #6569 from cxhong/postxcat
modify checking from sles to sle
This commit is contained in:
commit
7d990f72b6
@ -332,7 +332,7 @@ EOF
|
||||
if [[ $OSVER == ubuntu* ]]; then
|
||||
update-rc.d xcatpostinit1 defaults
|
||||
else
|
||||
if [[ $OSVER == sles* ]]; then
|
||||
if [[ $OSVER == sle* ]]; then
|
||||
if [[ $OSVER == sles10* ]]; then
|
||||
/sbin/insserv xcatpostinit1
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user