2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 01:56:39 +00:00

delete some comments

This commit is contained in:
huweihua 2014-07-02 05:12:22 -04:00
parent 31fde8c3f4
commit 7b4ac7b45b

View File

@ -1,9 +1,13 @@
#!/bin/bash
#Used only by sysclone
installmethods=`cat /etc/xcat/xcatinstallinfo`
installmethods=''
if [ -f "/etc/xcat/xcatinstallinfo" ];then
installmethods=`cat /etc/xcat/xcatinstallinfo`
fi
if [ "$installmethods" != "sysclone" ];then
echo "This node didn't be installed by sysclone"
# echo "This node didn't be installed by sysclone"
exit 0
fi