No quotes on extra options

This commit is contained in:
Bob Mottram 2018-03-03 13:31:53 +00:00
parent 2f9811ac5a
commit d4dc19f88d
1 changed files with 3 additions and 2 deletions

View File

@ -247,6 +247,7 @@ echo $"starting $VMDEBOOTSTRAP"
# Run vmdebootstrap script to create image
vmdebootstrap_failed=
# shellcheck disable=SC2086
sudo -H \
SUITE="$SUITE" \
MIRROR="$MIRROR" \
@ -267,8 +268,8 @@ sudo -H \
--lock-root-password \
--arch "$ARCHITECTURE" \
--distribution "$SUITE" \
"$extra_opts" \
"$pkgopts"
$extra_opts \
$pkgopts
echo $'Removing customised customisation script'
sudo shred -zu $TEMP_CUSTOMISE