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:
jbjohnso 2008-02-29 14:49:31 +00:00
parent a91461d715
commit 581bca0d13

View File

@ -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`