Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Fix comment in helios-master startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidxia committed Jun 24, 2020
1 parent 012f9a9 commit f2f1df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/helios-master
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ $JMXPORT ]; then
fi

# Allow the path to the java installation to be specified in the JAVA environment variable.
# This can be useful if you want to run helios-agent using a different version of Java than the
# This can be useful if you want to run helios-master using a different version of Java than the
# default version on the host (possibly set up through update-alternatives)
if [ -z $JAVA ]; then
JAVA=java
Expand Down

0 comments on commit f2f1df0

Please sign in to comment.