[tor-commits] [gettor/master] Fix paste error

hiro at torproject.org hiro at torproject.org
Tue Oct 15 14:19:12 UTC 2019


commit d52c01158f65bab5b4c2eb577a5c92d9fdc20805
Author: hiro <hiro at torproject.org>
Date:   Tue Oct 15 16:19:08 2019 +0200

    Fix paste error
---
 bin/gettor_service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gettor_service b/bin/gettor_service
index df4580e..7f8b7d5 100755
--- a/bin/gettor_service
+++ b/bin/gettor_service
@@ -20,7 +20,7 @@
 
 case "$1" in
 start)
-   twistd3 --python=scripts/gettor --logfile=log/gettor.log --pidfile=gettor.pid --config=gettor.conf.json
+   twistd3 --python=scripts/gettor --logfile=log/gettor.log --pidfile=gettor.pid 
    ;;
 stop)
    kill -INT `cat gettor.pid`



More information about the tor-commits mailing list