MT#63510 Add missing quote in build command inside wrapper.sh

There is a missing single quote in the build command for
BOOTSTRAP_MIRROR

>build_command+=" BOOTSTRAP_MIRROR=${debian_bootstrap_url}'"

Change-Id: I07daccfb3c8eeb8ed4ae9a8c307037ba14caf2a4
mr13.5
Jose Su 4 months ago
parent 53cb7772da
commit 817d48e753

@ -76,7 +76,7 @@ build_command+=" cp -rv /grml/config/ /code/grml-live/"
build_command+=" && ulimit -n 1048576" # workaround to fix apt/apt-mark performance issue
build_command+=" && GRML_NAME=grml64-small"
build_command+=" CHROOT_OUTPUT=/root/grml_chroot"
build_command+=" BOOTSTRAP_MIRROR=${debian_bootstrap_url}'"
build_command+=" BOOTSTRAP_MIRROR='${debian_bootstrap_url}'"
build_command+=" LIVE_CONF=/code/grml-live/etc/grml/grml-live.conf"
build_command+=" GRML_FAI_CONFIG=${fai_config}"
build_command+=" ./grml-live"

Loading…
Cancel
Save