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