Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/upload-art…
Browse files Browse the repository at this point in the history
…ifact-4.4.3
  • Loading branch information
sarg3nt authored Oct 30, 2024
2 parents 91c5384 + be8334f commit 4610127
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .devcontainer/initialize_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ get_latest_dev_container_version() {
create_required_folders() {
echo "************** Create any required missing folders if they do not exist ******************"

if [[ ! -d "${HOME}" ]]; then
echo "Error: HOME directory does not exist."
exit 1
fi


if [[ ! -d "${HOME}" && -d "~/" ]]; then
HOME="~/"
fi
Expand Down

0 comments on commit 4610127

Please sign in to comment.