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