[tor-commits] [gettor/master] Fix typo

hiro at torproject.org hiro at torproject.org
Fri Sep 27 16:09:34 UTC 2019


commit de8bee6a5885b7b5e24e51c1309d23a68f93604c
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 18:09:30 2019 +0200

    Fix typo
---
 roles/gettor/tasks/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/roles/gettor/tasks/main.yml b/roles/gettor/tasks/main.yml
index 46727a2..729d86b 100644
--- a/roles/gettor/tasks/main.yml
+++ b/roles/gettor/tasks/main.yml
@@ -53,13 +53,13 @@
     executable: /bin/bash
 
 - name: stop gettor
-  shell: ./bin gettor_service stop
+  shell: bin/gettor_service stop
   args:
     chdir: "{{ gettor_path }}"
     executable: /bin/bash
 
 - name: start gettor
-  shell: bin gettor_service start
+  shell: bin/gettor_service start
   args:
     chdir: "{{ gettor_path }}"
     executable: /bin/bash



More information about the tor-commits mailing list