diff options
author | ng0 <ng0@n0.is> | 2019-03-09 11:23:08 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-09 11:23:08 +0000 |
commit | 3d05b5cc48632ad200fe7117386d9fdb96bf4647 (patch) | |
tree | 4eed5b48818c5ec9292379cf31480c4d1de5d119 /src/transport/install-bluetooth-helper.sh | |
parent | c3a839bbf49f71c9c2623e7b1adcaebe3decc00f (diff) |
bashism
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 |