From b7ca6765f707bdf074b948d17ce9e458f0bd680d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 1 Aug 2012 07:20:37 +0000 Subject: -fixing installation scripts for suid binaries --- src/transport/install-wlan-helper.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/transport/install-wlan-helper.sh') diff --git a/src/transport/install-wlan-helper.sh b/src/transport/install-wlan-helper.sh index 30258b8ce..54b3360be 100644 --- a/src/transport/install-wlan-helper.sh +++ b/src/transport/install-wlan-helper.sh @@ -1,5 +1,5 @@ #!/bin/bash -# $1 - sudo binary -# $2 - bindir -$1 chown root:root $2/gnunet-helper-transport-wlan || true -$1 chmod u+s $2/gnunet-helper-transport-wlan || true +# $1 - bindir +# $2 - sudo binary (optional) +$2 chown root:root $1/gnunet-helper-transport-wlan || true +$2 chmod u+s $1/gnunet-helper-transport-wlan || true -- cgit v1.2.3