Check return value of GNUNET_STATISTICS_get
[oweals/gnunet.git] / src / dns / install-dns-helper.sh
1 #!/bin/sh
2 # $1 - bindir
3 # $2 - gnunetdns group
4 # $3 - sudo binary (optional)
5 $3 chown root $1/gnunet-helper-dns
6 $3 chgrp $2 $1/gnunet-helper-dns
7 $3 chmod 4750 $1/gnunet-helper-dns
8 $3 chown gnunet:$2 $1/gnunet-service-dns
9 $3 chmod 2750 $1/gnunet-service-dns
10