Skip to content

Conversation

@Tashows
Copy link

@Tashows Tashows commented Nov 28, 2024

Closes #183

- What I did
Added the ability to skip sleep related to command_exists docker check.

- How I did it
Added a relevant flag that skips block of code when it is present. Previous/Default functionality is not affected.

- How to verify it
Run SKIP_DOCKER_EXISTS_WARN=true ./install.sh vs ./install.sh to verify relevant warning and sleep time do not appear/occur.

- Description for the changelog

Skip sleep and warning of 'command_exists docker' when SKIP_DOCKER_EXISTS_WARN is set

- A picture of a cute animal (not mandatory but encouraged)

…is set

Signed-off-by: Tasos Maschalidis <tas.o.s@hotmail.com>
@Tashows Tashows force-pushed the 183-skip-docker-exists branch from d465f3a to a6f7db4 Compare December 10, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

why to sleep for 20 seconds?

1 participant