diff options
Diffstat (limited to 'src/transport/install-bluetooth-helper.sh')
-rwxr-xr-x | src/transport/install-bluetooth-helper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/install-bluetooth-helper.sh b/src/transport/install-bluetooth-helper.sh index 409078759..5c40250fa 100755 --- a/src/transport/install-bluetooth-helper.sh +++ b/src/transport/install-bluetooth-helper.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # $1 - bindir # $2 - sudo binary (optional) $2 chown root:root $1/gnunet-helper-transport-bluetooth || true |