From c6b56890e1a68b84262ae74155625eb263e0ced5 Mon Sep 17 00:00:00 2001 From: Jeffrey Cline Date: Tue, 27 Feb 2018 16:16:39 -0800 Subject: [PATCH] fixed column spacing --- solution_template/vm-linux-terraform/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solution_template/vm-linux-terraform/scripts/install.sh b/solution_template/vm-linux-terraform/scripts/install.sh index 4fe214f6..d3964820 100644 --- a/solution_template/vm-linux-terraform/scripts/install.sh +++ b/solution_template/vm-linux-terraform/scripts/install.sh @@ -117,7 +117,7 @@ echo "export ARM_MSI_ENDPOINT=\"https://localhost:50342\"" >> $PROFILEFILE # Add contributor permissions to the MSI for entire subscription touch $TFENVFILE -echo "az login" >> $TFENVFILE +echo "az login" >> $TFENVFILE echo "az role assignment create --assignee \"$MSI_PRINCIPAL_ID\" --role 'b24988ac-6180-42a0-ab88-20f7382dd24c' --scope /subscriptions/\"$SUBSCRIPTION_ID\"" >> $TFENVFILE chmod 755 $TFENVFILE chown $USERNAME:$USERNAME $TFENVFILE