diff options
Diffstat (limited to 'contrib/torctl.in')
-rw-r--r-- | contrib/torctl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/torctl.in b/contrib/torctl.in index c557eee920..ee865844ba 100644 --- a/contrib/torctl.in +++ b/contrib/torctl.in @@ -44,7 +44,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor TORUSER= TORGROUP= -TORARGS="--pidfile $PIDFILE --log \\"notice file $LOGFILE \\" --runasdaemon 1" +TORARGS="--pidfile $PIDFILE --log \"notice file $LOGFILE \" --runasdaemon 1" TORARGS="$TORARGS --datadirectory $TORDATA" if [ "x$TORUSER" != "x" ]; then |