Skip to content

Commit

Permalink
helper-script: Fix a typo in ldmsd_sampler_services
Browse files Browse the repository at this point in the history
A typo in the 'stop' case which will cause an annoying message.

Change-Id: I990f1439c85abead60ef6b35543db3a7cb4daa10
  • Loading branch information
nichamon committed Dec 18, 2014
1 parent d91146c commit 47dba20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper-scripts/scripts/ldmsd_sampler_services
Expand Up @@ -71,7 +71,7 @@ case "$cmd" in
pdsh -f 80 -w $HOSTS "service ldmsd_sampler start"
;;
stop)
ho "Connecting to hosts: $HOSTS_S ..."
echo "Connecting to hosts: $HOSTS_S ..."
pdsh -f 80 -w $HOSTS "service ldmsd_sampler stop"
;;
status)
Expand Down

0 comments on commit 47dba20

Please sign in to comment.