TT#37257 The additional "|| true" seems redundant if the parameter exists

Change-Id: I2a3e45bfdd60d734adf5e86365fd237402ccdfe3
changes/56/22456/1
Manuel Montecelo 7 years ago
parent ad50597a95
commit 94d090d764

@ -439,7 +439,7 @@ if checkBootParam ngcpnw.dhcp || pgrep dhclient &>/dev/null ; then
fi
if checkBootParam 'ngcphostname=' ; then
TARGET_HOSTNAME="$(getBootParam ngcphostname)" || true
TARGET_HOSTNAME="$(getBootParam ngcphostname)"
fi
if checkBootParam 'ngcpip1=' ; then

Loading…
Cancel
Save