summaryrefslogtreecommitdiff
path: root/src/vpn/install-vpn-helper.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/install-vpn-helper.sh')
-rw-r--r--src/vpn/install-vpn-helper.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vpn/install-vpn-helper.sh b/src/vpn/install-vpn-helper.sh
new file mode 100644
index 000000000..fbef41c7e
--- /dev/null
+++ b/src/vpn/install-vpn-helper.sh
@@ -0,0 +1,5 @@
1#!/bin/bash
2# $1 - sudo binary
3# $2 - bindir
4$1 chown root:root $2/gnunet-helper-vpn || true
5$1 chmod u+s $2/gnunet-helper-vpn || true