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

Adds detection of BusyBox v1.30.0+ with updated timeout arguments #81

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

Commits on Nov 4, 2019

  1. detects busybox 1.30.0+ with updated timeout flags

    Busybox updated timeout's flags to match coreutils.
    This broke the script that was specifically dealing
    with BusyBox being different from coreutils.
    
    To fix the problem without breaking support for older
    versions of busy box, this a version check of busybox
    to determine which version of the flags to use.
    
    Note, the changes use bash's regular expression's BASH_REMATCH
    to get the job done.  For Alpine users, this means you'll have
    to install bash and execute wait-for-it using bash.
    iturgeon committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    59bcd4b View commit details
    Browse the repository at this point in the history