0fa9c98067b648e1cfcdf6c7421b4ed3dee39f6c
[oweals/gnunet.git] / src / transport / install-wlan-helper.sh
1 #!/bin/sh
2 # $1 - bindir
3 # $2 - sudo binary (optional)
4 $2 chown root:root $1/gnunet-helper-transport-wlan || true
5 $2 chmod u+s $1/gnunet-helper-transport-wlan || true