forked from Mirrors/nixos-infect
Prefer to if to '&&' (#64)
doNetConf check always true Co-authored-by: Eric Litak <elitak@gmail.com>
This commit is contained in:
parent
a688bfaa0a
commit
dfc6f222da
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ EOF
|
|||
}
|
||||
EOF
|
||||
|
||||
[[ -n "$doNetConf" ]] && makeNetworkingConf
|
||||
[[ -n "$doNetConf" ]] && makeNetworkingConf || true
|
||||
}
|
||||
|
||||
makeNetworkingConf() {
|
||||
|
|
Loading…
Reference in a new issue