Suppress warning message until the right way can be figured out
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@631 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a91461d715
commit
581bca0d13
@ -59,7 +59,7 @@ stop)
|
||||
$STATUS >& /dev/null
|
||||
if [ "$?" != "0" ]; then
|
||||
echo -n "xCATd not running, not stopping "
|
||||
$LOG_WARNING
|
||||
#$LOG_WARNING
|
||||
exit 1
|
||||
fi
|
||||
kill -TERM -`cat /var/run/xcatd.pid`
|
||||
|
Loading…
Reference in New Issue
Block a user