mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
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
|
EOF
|
||||||
|
|
||||||
[[ -n "$doNetConf" ]] && makeNetworkingConf
|
[[ -n "$doNetConf" ]] && makeNetworkingConf || true
|
||||||
}
|
}
|
||||||
|
|
||||||
makeNetworkingConf() {
|
makeNetworkingConf() {
|
||||||
|
|
Loading…
Reference in a new issue