Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
Jacob Woffenden authored Apr 15, 2024
1 parent ffbea98 commit ae9b5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/local/bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ if [[ ! -f "/home/analyticalplatform/.bashrc" ]]; then
fi

if [[ ! -f "/home/analyticalplatform/.bash_logout" ]]; then
cp /opt/visual-studio-code/.bashrc /home/analyticalplatform/.bash_logout
cp /opt/visual-studio-code/.bash_logout /home/analyticalplatform/.bash_logout
fi

if [[ ! -f "/home/analyticalplatform/.profile" ]]; then
cp /opt/visual-studio-code/.bashrc /home/analyticalplatform/.profile
cp /opt/visual-studio-code/.profile /home/analyticalplatform/.profile
fi

# Create workspace directory
Expand Down

0 comments on commit ae9b5b5

Please sign in to comment.