diff options
Diffstat (limited to 'src/scripts/11bootstrap.sh')
-rw-r--r-- | src/scripts/11bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/11bootstrap.sh b/src/scripts/11bootstrap.sh index 724722353..224ac19e1 100644 --- a/src/scripts/11bootstrap.sh +++ b/src/scripts/11bootstrap.sh @@ -21,7 +21,7 @@ Bootstrap () if [ -n "${LIVE_BOOTSTRAP_CONFIG}" ]; then SUITE_CONFIG="--suite-config ${LIVE_BOOTSTRAP_CONFIG}" - fi + fi # Bootstrap system cdebootstrap --arch="${LIVE_ARCHITECTURE}" --flavour="${LIVE_FLAVOUR}" ${SUITE_CONFIG} "${LIVE_DISTRIBUTION}" "${LIVE_CHROOT}" "${LIVE_MIRROR}" |