Skip to content

Commit 955e0a4

Browse files
committed
Remove check docker on init script
1 parent 8403317 commit 955e0a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

init/starts-initial-check.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ starts_initial_check()
3636
LOCAL_PID_FILE=${1:-$PID_FILE}
3737
LOCAL_CHECK_BASE_ENV_FILE=${2:-false}
3838

39-
# Check if docker is installed
40-
run_function check_docker
41-
4239
if [[ "$LOCAL_CHECK_BASE_ENV_FILE" == true ]]; then
4340
# Check if there is an .env file in base folder
4441
run_function check_base_env_file

0 commit comments

Comments
 (0)