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