Skip to content
Snippets Groups Projects
Verified Commit e71640d3 authored by Olivier Benz's avatar Olivier Benz
Browse files

Dev Containers: Update onCreateCommand

- Pre-create user's workspaces folder
parent a2d51c83
Branches
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ set -e
mkdir -p "$HOME/.cabal/bin"
mkdir -p "$HOME/.local/bin"
mkdir -p "$HOME/projects"
mkdir -p "$HOME/workspaces"
# Copy scripts from skeleton directory if home directory is bind mounted
if [ ! -f "$HOME/.local/bin/checkForUpdates.sh" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment