fix collector/start.sh tip.

"Web" to "Collector"
This commit is contained in:
cyberdak 2018-01-23 16:36:13 +08:00 committed by GitHub
parent 6554aec15a
commit 8a3d9ef2bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ eval exec "\"$_RUNJAVA\" ${JAVA_OPTS} ${COLLECTOR_OPTIONS} -classpath $CLASSPATH
if [ $? -eq 0 ]; then
sleep 1
echo "Skywalking Web started successfully!"
echo "Skywalking Collector started successfully!"
else
echo "Skywalking Web started failure!"
echo "Skywalking Collector started failure!"
exit 1
fi