add some comment for sysclone

This commit is contained in:
huweihua 2014-06-19 04:26:09 -04:00
parent 686cbd7d44
commit 9045bc8c9b

View File

@ -1,3 +1,6 @@
#!/bin/bash
#Used only by sysclone
if [ -f "/etc/SuSE-release" ];then
str_out=`ps -ef | grep -v grep | grep syslog-ng`
if [ $? -eq 0 ];then