Commit Graph

11 Commits

Author SHA1 Message Date
ed77b63706 Added support for new busybox timeout version 2020-02-01 13:39:58 +01:00
9995b72132 Merge branch 'master' of https://github.com/fwoelffel/wait-for-it into fwoelffel-master 2018-11-03 18:24:15 -07:00
019f3bb5bc Fall back to readlink -f if realpath is not available or fails 2017-12-30 09:25:54 +02:00
5fe30e7a26 Use parameter expansion instead of basename 2017-11-01 09:05:58 +02:00
f9a0dc44d3 Use type -p instead of which 2017-11-01 09:03:33 +02:00
410d77eda4 Add a WAITFORIT_ prefix in front of all variables 2017-10-04 16:04:39 +02:00
8ed92e8cab fix: preserve quotation when passing arguments to command. 2017-07-20 12:08:57 +02:00
8f52a814ef Adds support for distros that use busybox like Alpine
Checks for busybox by looking at the realpath for timeout
If busybox is detected, uses timeout with a -t option and
uses nc instead of /bin/tcp
2016-04-11 17:06:09 -04:00
55c54a5abd Fix invalid use of return value 2016-04-01 17:14:39 +02:00
41deb2dbbe small fixes 2016-02-02 14:30:19 -05:00
e559a8e0fb initial commit 2016-02-02 14:23:09 -05:00