diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/peer2anonet/peer2anonet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/peer2anonet/peer2anonet b/contrib/peer2anonet/peer2anonet index a4ae655..d506f9a 100755 --- a/contrib/peer2anonet/peer2anonet +++ b/contrib/peer2anonet/peer2anonet @@ -1,4 +1,5 @@ #!/bin/bash +# if [[ $(id -u) != 0 ]]; then echo "peer2anonet: root privileges required." exit 1 |