mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
fix
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
c364e0fe33
commit
8aba446ab8
|
@ -92,7 +92,7 @@ get_latest_unifi() {
|
|||
|
||||
compare() {
|
||||
local name="$1" dir="$2" tag="$3" current="$4" releases="$5"
|
||||
ignore_dirs=( "mc" )
|
||||
ignore_dirs=( "mc" "zookeeper/3.6" )
|
||||
|
||||
if [[ "$tag" =~ $current ]] || [[ "$name" =~ $current ]] || [[ "$current" =~ $tag ]] || [[ "$current" == "master" ]]; then
|
||||
echo -e "\\e[36m${dir}:\\e[39m current ${current} | ${tag} | ${name}"
|
||||
|
|
Loading…
Reference in New Issue
Block a user