From 43e5720102d5e2ee2e33ee0d90da0442511573b6 Mon Sep 17 00:00:00 2001 From: Claudiu Olteanu Date: Sat, 13 Jul 2013 14:58:52 +0000 Subject: Adding a copy of wlan plugin used for bluetooth plugin --- src/transport/install-bluetooth-helper.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 src/transport/install-bluetooth-helper.sh (limited to 'src/transport/install-bluetooth-helper.sh') diff --git a/src/transport/install-bluetooth-helper.sh b/src/transport/install-bluetooth-helper.sh new file mode 100755 index 000000000..409078759 --- /dev/null +++ b/src/transport/install-bluetooth-helper.sh @@ -0,0 +1,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 -- cgit v1.2.3