diff options
Diffstat (limited to 'protocols/relay/luasrc/model/network')
-rw-r--r-- | protocols/relay/luasrc/model/network/proto_relay.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/relay/luasrc/model/network/proto_relay.lua b/protocols/relay/luasrc/model/network/proto_relay.lua index 03f6d6abf0..42bd1f846a 100644 --- a/protocols/relay/luasrc/model/network/proto_relay.lua +++ b/protocols/relay/luasrc/model/network/proto_relay.lua @@ -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) |