Skip to content

Commit 895a6e4

Browse files
authored
Fix exec flags on getting-started scripts (#2878)
* Add `+x` to script source files * Remove (unnecessary) `chmod` from docs
1 parent ba08463 commit 895a6e4

File tree

6 files changed

+0
-3
lines changed

6 files changed

+0
-3
lines changed

getting-started/assets/cloud_providers/deploy-aws.sh

100644100755
File mode changed.

getting-started/assets/cloud_providers/deploy-azure.sh

100644100755
File mode changed.

getting-started/assets/cloud_providers/deploy-gcp.sh

100644100755
File mode changed.

site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-aws.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ The requirements to run the script below are:
3737
* "sts:AssumeRole" on the same role as the Instance Profile role of the EC2 instance on which you are running this script. Additionally, you should ensure that the Instance Profile contains a trust policy that allows the role to trust itself to be assumed.
3838

3939
```shell
40-
chmod +x getting-started/assets/cloud_providers/deploy-aws.sh
4140
export ASSETS_PATH=$(pwd)/getting-started/assets/
4241
export CLIENT_ID=root
4342
export CLIENT_SECRET=s3cr3t

site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-azure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The requirements to run the script below are:
3232
* Assign a System-Assigned Managed Identity to the Azure VM.
3333

3434
```shell
35-
chmod +x getting-started/assets/cloud_providers/deploy-azure.sh
3635
export ASSETS_PATH=$(pwd)/getting-started/assets/
3736
export CLIENT_ID=root
3837
export CLIENT_SECRET=s3cr3t

site/content/in-dev/unreleased/getting-started/deploying-polaris/cloud-deploy/deploy-gcp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The requirements to run the script below are:
3232
* Ensure the VM's Principal has access to at least Read-only scope on Compute Engine: `compute.readonly`.
3333

3434
```shell
35-
chmod +x getting-started/assets/cloud_providers/deploy-gcp.sh
3635
export ASSETS_PATH=$(pwd)/getting-started/assets/
3736
export CLIENT_ID=root
3837
export CLIENT_SECRET=s3cr3t

0 commit comments

Comments
 (0)