Skip to content

Commit

Permalink
fix devcontainer initialize script
Browse files Browse the repository at this point in the history
Signed-off-by: Peter St. John <[email protected]>
  • Loading branch information
pstjohn committed Jan 23, 2025
1 parent 17c6b20 commit c1ba2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/initializeCommand.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash
# Create the mounted config directories if they don't already exist

mkdir -p ~/.aws
mkdir -p ~/.ngc
mkdir -p ~/.cache
mkdir -p ~/.ssh
[ ! -f ~/.netrc ] && touch ~/.netrc
exit 0

0 comments on commit c1ba2e8

Please sign in to comment.