mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix typo in frontend/device/generic/device.lua
This commit is contained in:
committed by
Frans de Jonge
parent
1a2e4f5b55
commit
11d6bfbc40
@@ -190,7 +190,7 @@ function Device:retrieveNetworkInfo()
|
||||
if os.execute("ip r | grep -q default") == 0 then
|
||||
local pingok = os.execute("ping -q -w 3 -c 2 `ip r | grep default | cut -d ' ' -f 3` > /dev/null")
|
||||
if pingok == 0 then
|
||||
result = result .. "Gateway ping successfull"
|
||||
result = result .. "Gateway ping successful"
|
||||
else
|
||||
result = result .. "Gateway ping FAILED"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user