diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/peer2anonet/peer2anonet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/peer2anonet/peer2anonet b/contrib/peer2anonet/peer2anonet index a2a9906..0c9665f 100755 --- a/contrib/peer2anonet/peer2anonet +++ b/contrib/peer2anonet/peer2anonet @@ -400,7 +400,7 @@ elif [ "$1" == '--rm-peer' ]; then RM_PEER UPDATE elif [ "$1" == '--install-daemontools' ]; then - INSTALL_CORE + INSTALL_DAEMONTOOLS elif [ "$1" == '--install-ucspi-tcp' ]; then INSTALL_UCSPI_TCP elif [ "$1" == '--install-djbdns' ]; then |