mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 23:53:32 +01:00
Change to install a torrc.sample. This is consistent with other OSes.
svn:r11594
This commit is contained in:
parent
e313a8ad08
commit
19967acb55
@ -40,7 +40,7 @@ fi
|
|||||||
|
|
||||||
# Create the configuration file only if there wasn't one already.
|
# Create the configuration file only if there wasn't one already.
|
||||||
if [ ! -f $TARGET/torrc ]; then
|
if [ ! -f $TARGET/torrc ]; then
|
||||||
cp $TARGET/torrc.sample $TARGET/torrc
|
cp $TARGET/torrc.sample $TARGET/torrc.sample
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Ensure symbolic links
|
# Ensure symbolic links
|
||||||
|
Loading…
Reference in New Issue
Block a user