Skip to content

Commit

Permalink
Move bootstrap.sh to config directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Oct 1, 2023
1 parent c4189d7 commit 96742e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .devcontainer/bootstrap.sh

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/devcontainer
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ docker_start() {
}

bootstrap() {
if test -f "${ROOT}/.devcontainer/bootstrap.sh"; then
if test -f "${ROOT}/config/bootstrap.sh"; then
log.info "Execute bootstrap.sh..."
${docker} exec -it -w "${workdir}" "${container}" .devcontainer/bootstrap.sh "$1"
${docker} exec -it -w "${workdir}" "${container}" config/bootstrap.sh "$1"
fi
}

Expand Down

0 comments on commit 96742e2

Please sign in to comment.