2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-24 05:11:12 +00:00

Merge pull request #6569 from cxhong/postxcat

modify checking from sles to sle
This commit is contained in:
Mark Gurevich
2020-02-12 17:23:04 -05:00
committed by GitHub

View File

@@ -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