Skip to content

Commit

Permalink
Merge pull request #10 from omnivector-solutions/PENG_2132
Browse files Browse the repository at this point in the history
fix spacing between -n and the cluster name
  • Loading branch information
jamesbeedy authored Mar 20, 2024
2 parents 2313443 + 3fb0f05 commit 8e777fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public-scripts/deploy-democluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ EOF
cat /tmp/cloud-init.yaml | multipass launch -c$(nproc) \
-m4GB \
--mount=$HOME/democluster:/home/ubuntu/democluster \
-ndemocluster-`echo "$CLIENT_ID" | sed 's/-[0-9a-f]\{8\}-[0-9a-f]\{4\}-4[0-9a-f]\{3\}-[89abAB][0-9a-f]\{3\}-[0-9a-f]\{12\}//'` \
-n democluster-`echo "$CLIENT_ID" | sed 's/-[0-9a-f]\{8\}-[0-9a-f]\{4\}-4[0-9a-f]\{3\}-[89abAB][0-9a-f]\{3\}-[0-9a-f]\{12\}//'` \
$IMAGE_ORIGIN \
--cloud-init -

Expand Down

0 comments on commit 8e777fe

Please sign in to comment.