Skip to content

Commit

Permalink
Update post-attach.sh (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilvas99 authored Sep 14, 2023
1 parent c241ac8 commit 6824364
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 @@ -62,5 +62,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 6824364

Please sign in to comment.