mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 09:40:18 +04:00
gnunet: no longer fail if gnunetdns doesn't exist (yet)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -15,8 +15,7 @@ SUID_ROOT_HELPERS="exit nat-server nat-client transport-bluetooth transport-wlan
|
||||
chmodown_execbin() {
|
||||
execname=/usr/lib/gnunet/libexec/gnunet-$1
|
||||
if [ -x $execname ]; then
|
||||
[ "$3" ] && chown $3 $execname
|
||||
chmod $2 $execname
|
||||
[ "$3" ] && chown $3 $execname 2>/dev/null && chmod $2 $execname
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user