MT#64985 Cosmetic fix in deployment.sh

INSTALLER_PATH already contains the '/' at the end, so there is no
need to add it when running wget.

Change-Id: I83a08356b6a154954b618b5d3882b4a1e73d50df
mr26.1
Jose Su 4 months ago
parent bae319b01a
commit 52c8dd58f9

@ -2269,7 +2269,7 @@ if "$NGCP_INSTALLER" ; then
set_repos
echo "Installing package ngcp-installer: ${INSTALLER}"
grml-chroot "${TARGET}" wget "${INSTALLER_PATH}/${INSTALLER}"
grml-chroot "${TARGET}" wget "${INSTALLER_PATH}${INSTALLER}"
grml-chroot "${TARGET}" dpkg -i "${INSTALLER}"
grml-chroot "${TARGET}" rm -f "${INSTALLER}"

Loading…
Cancel
Save