Skip to content

Commit c7def41

Browse files
Merge pull request #369 from microsoft/fix/devcontainer-chmod-quota-script
feat: add permission for quota_check_params.sh in dev container
2 parents f759ce1 + ba4649d commit c7def41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
]
1717
}
1818
},
19-
"postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash",
19+
"postStartCommand": "git pull origin main && python3 -m pip install -r infra/scripts/index_scripts/requirements.txt && curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash && chmod +x ./scripts/quota_check_params.sh",
2020
"remoteUser": "vscode",
2121
"hostRequirements": {
2222
"memory": "4gb"

0 commit comments

Comments
 (0)