Fix returncode bug
This commit is contained in:
parent
cbf03967ae
commit
d63bd8a9c5
1 changed files with 5 additions and 1 deletions
|
@ -62,6 +62,8 @@ configureDHCP() {
|
|||
fi
|
||||
|
||||
NET_OPTS="-netdev tap,id=hostnet0,vhost=on,vhostfd=40,fd=30"
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
configureNAT () {
|
||||
|
@ -155,6 +157,8 @@ configureNAT () {
|
|||
{ set +x; } 2>/dev/null
|
||||
|
||||
[[ "${DEBUG}" == [Yy1]* ]] && echo
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
# ######################################
|
||||
|
|
Loading…
Reference in a new issue