From 3fb0f05c3b91645bfff08d07442465d7546c0464 Mon Sep 17 00:00:00 2001 From: jamesbeedy Date: Wed, 20 Mar 2024 23:22:08 +0000 Subject: [PATCH] fix spacing between -n and the cluster name --- public-scripts/deploy-democluster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public-scripts/deploy-democluster.sh b/public-scripts/deploy-democluster.sh index 926b122..fbae769 100755 --- a/public-scripts/deploy-democluster.sh +++ b/public-scripts/deploy-democluster.sh @@ -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 -