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