diff options
Diffstat (limited to 'contrib/osx')
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index c1108c05f8..a0f86cf822 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -40,7 +40,7 @@ fi # Create the configuration file only if there wasn't one already. if [ ! -f $TARGET/torrc ]; then - cp $TARGET/torrc.sample $TARGET/torrc + cp $TARGET/torrc.sample $TARGET/torrc.sample fi # Ensure symbolic links |