afe37ec5e03c3883973d24120ec917b65f7a2f94
[oweals/gnunet.git] / src / exit / install-exit-helper.sh
1 #!/bin/bash\r
2 # $1 - sudo binary
3 # $2 - bindir
4 $1 chown root:root $2/gnunet-helper-exit || true
5 $1 chmod u+s $2/gnunet-helper-exit || true