mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Update 99-run.sh
This commit is contained in:
@@ -229,7 +229,7 @@ for f in */; do
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# Continue to next
|
# Continue to next
|
||||||
echo "No packages found"
|
bashio::log.warning "No packages found"
|
||||||
set_continue=true
|
set_continue=true
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
@@ -238,8 +238,6 @@ for f in */; do
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
#Execute version search
|
|
||||||
LASTVERSION=""
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
LASTVERSION="$(lastversion "$UPSTREAM" $ARGUMENTS || test_packages)"
|
LASTVERSION="$(lastversion "$UPSTREAM" $ARGUMENTS || test_packages)"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user