ok
This commit is contained in:
parent
f1e6177d77
commit
b0fa28bdb6
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ function Bar(monitor = 0) {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
var hostname = Utils.exec("cat /etc/hostname");
|
var hostname = Utils.readFile("/etc/hostname");
|
||||||
var hosts = ["sakotop", "sakopc"];
|
var hosts = ["sakotop", "sakopc"];
|
||||||
|
|
||||||
addExtraBar: if (hostname === hosts[0]) {
|
addExtraBar: if (hostname === hosts[0]) {
|
||||||
|
|
Loading…
Reference in a new issue