TT#19158 Make check on debianrepo + sipwiserepo boot options more explicit

checkBootParam triggers on boot option 'debianrepo' if boot
option 'debianrepotransport' is set, same applies to 'sipwiserepo'
vs 'sipwiserepotransport'.

So be more specific about those checkBootParam checks,
without having to modify the existing behavior of
checkBootParam internals.

Change-Id: I5622f8e96790fd19f0b0e7a0f97668c4b9b1d9f7
changes/58/14558/1
Michael Prokop 8 years ago
parent d70725a395
commit a85768bc86

@ -590,11 +590,11 @@ if checkBootParam ngcpnonwrecfg ; then
RESTART_NETWORK=false RESTART_NETWORK=false
fi fi
if checkBootParam debianrepo ; then if checkBootParam "debianrepo " ; then
DEBIAN_REPO_HOST=$(getBootParam debianrepo) DEBIAN_REPO_HOST=$(getBootParam debianrepo)
fi fi
if checkBootParam sipwiserepo ; then if checkBootParam "sipwiserepo " ; then
SIPWISE_REPO_HOST=$(getBootParam sipwiserepo) SIPWISE_REPO_HOST=$(getBootParam sipwiserepo)
fi fi

Loading…
Cancel
Save