Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip sleep and warning of 'command_exists docker' when relevant flag is set #455

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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)

@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