aboutsummaryrefslogtreecommitdiff
path: root/src/transport/install-bluetooth-helper.sh
blob: 4090787590cfe5d225f1f4bf7c8a635debbe034f (plain) (blame)
1
2
3
4
5
#!/bin/bash
# $1 - bindir
# $2 - sudo binary (optional)
$2 chown root:root $1/gnunet-helper-transport-bluetooth || true
$2 chmod u+s $1/gnunet-helper-transport-bluetooth || true