proto: fix feature detection of installed protocol handlers
[project/luci.git] / protocols / relay / luasrc / model / network / proto_relay.lua
index 03f6d6a..42bd1f8 100644 (file)
@@ -37,7 +37,7 @@ function proto.opkg_package(self)
 end
 
 function proto.is_installed(self)
-       return nixio.fs.access("/lib/network/relay.sh")
+       return nixio.fs.access("/etc/init.d/relayd")
 end
 
 function proto.is_floating(self)