Skip to content
Snippets Groups Projects
Commit 33f54181 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

Fix missing quotes when passing parameters to create-iso.sh

parent 711df19b
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ cd "$PREFIX"
test ! -d $OUTPUTDIR && mkdir -p $OUTPUTDIR
sudo ./create-iso.sh --all iso/$ISO \
--dist $DIST \
--host $MIRROR \
--mirror $REPO \
--output $OUTPUT <<< y
sudo ./create-iso.sh --all "iso/$ISO" \
--dist "$DIST" \
--host "$MIRROR" \
--mirror "$REPO" \
--output "$OUTPUT" <<< y
cd -
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment