Skip to content

Commit

Permalink
Update networktest.sh
Browse files Browse the repository at this point in the history
fix: class name
  • Loading branch information
有张纸 authored and koo-taejin committed Nov 21, 2016
1 parent b8ee3fe commit 0ead408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/main/script/networktest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd -P "$WORKING_DIR"/.. > /dev/null

CL_PATH=$(find . -name '*.jar' | tr "\n" :)
echo "CLASSPATH=$CL_PATH"
java -classpath $CL_PATH com.navercorp.pinpoint.profiler.NetworkAvailabilityChecker pinpoint.config
java -classpath $CL_PATH com.navercorp.pinpoint.tools.NetworkAvailabilityChecker pinpoint.config

0 comments on commit 0ead408

Please # to comment.