diff options
author | Nick <nick@somerandomnick.ano> | 2011-11-24 21:42:32 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2011-11-24 21:42:32 +0000 |
commit | 78a29ef21f2f3447ce4b71a1bbdfe4baa83f69ac (patch) | |
tree | be4d221ff75beb18bef7bed8c98a6a02f06acbea /contrib/peer2anonet/configure | |
parent | 58b8f0d3e6271200912cf16783b949510bb2dad1 (diff) | |
parent | c41ae5b09d5d0dc15f9f0c912a3aedaba0ec1307 (diff) | |
download | resdb-78a29ef21f2f3447ce4b71a1bbdfe4baa83f69ac.tar.gz resdb-78a29ef21f2f3447ce4b71a1bbdfe4baa83f69ac.zip |
Merge commit 'c41ae5b09d5d0dc15f9f0c912a3aedaba0ec1307'
Diffstat (limited to 'contrib/peer2anonet/configure')
-rwxr-xr-x | contrib/peer2anonet/configure | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/peer2anonet/configure b/contrib/peer2anonet/configure deleted file mode 100755 index d9a574d..0000000 --- a/contrib/peer2anonet/configure +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash -read -p "Enter your anonet network: " P2A_NET -read -p "Enter your anonet router: " P2A_ROUTE -read -p "Enter your anonet asn: " P2A_ASN -read -p "Enter your anonet ip: " P2A_IP - -echo '' >/etc/peer2anonet/p2a.conf - -echo "P2A_NET=\"$P2A_NET\"" >>/etc/peer2anonet/p2a.conf -echo "P2A_ROUTE=\"$P2A_ROUTE\"" >>/etc/peer2anonet/p2a.conf -echo "P2A_ASN=\"$P2A_ASN\"" >>/etc/peer2anonet/p2a.conf -echo "P2A_IP=\"$P2A_IP\"" >>/etc/peer2anonet/p2a.conf |