mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
jbash prefers one backslash to two.
one didn't work for me when i tried, but hey. i hate shell. svn:r2910
This commit is contained in:
parent
e4eb15152b
commit
aa9461f13a
@ -15,7 +15,7 @@ TORDATA=@LOCALSTATEDIR@/lib/tor
|
||||
TORCONF=@CONFDIR@/torrc
|
||||
# Strictly speaking, we don't need to su if we have --user and --group.
|
||||
# "Belt and suspenders," says jbash.
|
||||
TORARGS="--pidfile $TORPID --log \\"notice file $TORLOG \\" --runasdaemon 1 --datadirectory $TORDATA"
|
||||
TORARGS="--pidfile $TORPID --log \"notice file $TORLOG \" --runasdaemon 1 --datadirectory $TORDATA"
|
||||
if [ "x$TORUSER" != "x" ]; then
|
||||
TORARGS="$TORARGS --user $TORUSER"
|
||||
fi
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user