Skip to content

Commit

Permalink
Remove check docker on init script
Browse files Browse the repository at this point in the history
  • Loading branch information
evertramos committed May 14, 2023
1 parent 8403317 commit 955e0a4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions init/starts-initial-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ starts_initial_check()
LOCAL_PID_FILE=${1:-$PID_FILE}
LOCAL_CHECK_BASE_ENV_FILE=${2:-false}

# Check if docker is installed
run_function check_docker

if [[ "$LOCAL_CHECK_BASE_ENV_FILE" == true ]]; then
# Check if there is an .env file in base folder
run_function check_base_env_file
Expand Down

0 comments on commit 955e0a4

Please sign in to comment.