Skip to content

Commit 9076213

Browse files
committed
devcontainer/on-create-command: fix permissions harder.
This `chmod -t` seems to fix things on other Codespaces so let's try it here too.
1 parent 8131313 commit 9076213

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/on-create-command.sh

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33

44
# fix permissions so Homebrew and Bundler don't complain
55
sudo chmod -R g-w,o-w /home/linuxbrew
6+
sudo chmod +t -R /home/linuxbrew/
67

78
# everything below is too slow to do unless prebuilding so skip it
89
CODESPACES_ACTION_NAME="$(jq --raw-output '.ACTION_NAME' /workspaces/.codespaces/shared/environment-variables.json)"

0 commit comments

Comments
 (0)