From 94d090d7649602376d88e92574c052e44804d9fb Mon Sep 17 00:00:00 2001 From: Manuel Montecelo Date: Mon, 9 Jul 2018 16:31:55 +0200 Subject: [PATCH] TT#37257 The additional "|| true" seems redundant if the parameter exists Change-Id: I2a3e45bfdd60d734adf5e86365fd237402ccdfe3 --- templates/scripts/includes/deployment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/scripts/includes/deployment.sh b/templates/scripts/includes/deployment.sh index 4caebe1..0736050 100755 --- a/templates/scripts/includes/deployment.sh +++ b/templates/scripts/includes/deployment.sh @@ -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