[tor-commits] [gettor/master] Fix typo in check service script
    hiro at torproject.org 
    hiro at torproject.org
       
    Fri Sep 27 16:36:45 UTC 2019
    
    
  
commit bec352e6099149f8fc6a1977c2bf9e0f4ade1efa
Author: hiro <hiro at torproject.org>
Date:   Fri Sep 27 18:36:42 2019 +0200
    Fix typo in check service script
---
 bin/gettor_check | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/gettor_check b/bin/gettor_check
index f611399..93ff1d9 100755
--- a/bin/gettor_check
+++ b/bin/gettor_check
@@ -20,5 +20,5 @@ status=$?
 
 if test $status -ne 0
 then
-  ./home/gettor/gettor/bin/gettor_service start
+  /home/gettor/gettor/bin/gettor_service start
 fi
    
    
More information about the tor-commits
mailing list