diff --git a/xCAT-server/share/xcat/install/scripts/post.xcat b/xCAT-server/share/xcat/install/scripts/post.xcat index 0a9e943b5..bfcea68f0 100755 --- a/xCAT-server/share/xcat/install/scripts/post.xcat +++ b/xCAT-server/share/xcat/install/scripts/post.xcat @@ -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