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