Skip to content

Commit

Permalink
Merge pull request #16 from sarg3nt/Fix-error-in-init-command-in-dev-…
Browse files Browse the repository at this point in the history
…container

Update initialize_command.sh
  • Loading branch information
sarg3nt authored Oct 30, 2024
2 parents d4663a3 + 0ca74bf commit be8334f
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 be8334f

Please sign in to comment.