This probably fixes #3944
[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