mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-18 04:10:46 +00:00
modify checking from sles to sle
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user