forked from DGNum/liminix
fix(ifwait): return :present if newlink is up/yes
Urgh… Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
parent
1d0fc24111
commit
ca9642a61e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
{:present true :up true :running true}
|
||||
|
||||
{:event "newlink" :name params.link :up :yes}
|
||||
{:present :true :up true}
|
||||
{:present true :up true}
|
||||
|
||||
{:event "newlink" :name params.link}
|
||||
{:present true }
|
||||
|
|
Loading…
Reference in a new issue