No quotes on extra options
This commit is contained in:
parent
2f9811ac5a
commit
d4dc19f88d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue