home
/
code
/
khatus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fca6896
)
Fix wifi link status
author
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 10 Mar 2019 04:44:26 +0000
(23:44 -0500)
committer
Siraaj Khandkar
<siraaj@khandkar.net>
Sun, 10 Mar 2019 04:44:26 +0000
(23:44 -0500)
x2/src/awk/exe/bar.awk
patch
|
blob
|
blame
|
history
diff --git
a/x2/src/awk/exe/bar.awk
b/x2/src/awk/exe/bar.awk
index
08750d4
..
294dc45
100644
(file)
--- a/
x2/src/awk/exe/bar.awk
+++ b/
x2/src/awk/exe/bar.awk
@@
-183,7
+183,7
@@
function bar_make_status_net_wifi(interface, src) {
}
function bar_make_status_net_wifi_link(interface, link) {
- cache_get
_fmt_def
(link, "khatus_sensor_net_wifi_status", "link" Kfs interface, 10)
+ cache_get(link, "khatus_sensor_net_wifi_status", "link" Kfs interface, 10)
if (!link["is_expired"] && link["value"] > 0)
return sprintf("%d%%", link["value"])
else
This page took
0.021682 seconds
and
4
git commands to generate.