Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Cleanup unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Seppänen authored and rahcola committed Apr 18, 2019
1 parent 3cf81f3 commit 52d8a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nohup /root/node_exporter > /root/node_exporter.log 2>&1 &

if [ ${DEBUG_ENABLED} == "true" ]; then
echo "JDWP debugging enabled..."
DEBUG_PARAMS=" -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:1233"
DEBUG_PARAMS=" -agentlib:jdwp=transport=dt_socket,address=*:1233,server=y,suspend=n"
else
echo "JDWP debugging disabled..."
DEBUG_PARAMS=""
Expand Down

0 comments on commit 52d8a1b

Please sign in to comment.