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