mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-20 05:00:34 +00:00
add some comment for sysclone
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user