determine network scope for ATS even if we do not yet have a session and only have...
[oweals/gnunet.git] / src / transport / install-bluetooth-helper.sh
1 #!/bin/bash
2 # $1 - bindir
3 # $2 - sudo binary (optional)
4 $2 chown root:root $1/gnunet-helper-transport-bluetooth || true
5 $2 chmod u+s $1/gnunet-helper-transport-bluetooth || true