Skip to content

Commit

Permalink
Update post-attach.sh (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilvas99 committed Sep 14, 2023
1 parent 7536bf9 commit 3209c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/post-attach.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ azure-mount "azure-downloads-cache" "downloads"
# possibly related to: https://github.com/orgs/community/discussions/26026
# which causes some recipes to fail to build, due to wrong permissions (e.g. gpsd)
if [ -n "$CODESPACE_VSCODE_FOLDER" ]; then
take_dir_ownership $(whoami) ${CODESPACE_VSCODE_FOLDER}
take_workspace_ownership $(whoami) ${CODESPACE_VSCODE_FOLDER}
fi

0 comments on commit 3209c9a

Please sign in to comment.