check-updates.sh: do not process unavailable packages
This commit is contained in:
parent
1f89afee99
commit
87c7ecb00f
@ -24,6 +24,7 @@ if [ -f "${BASEDIR}/github-projects.txt" ]; then
|
||||
|
||||
if [ ! -d "${BASEDIR}/../../packages/${package}" ]; then
|
||||
echo "Package '$package' is not available, skipping."
|
||||
continue
|
||||
fi
|
||||
|
||||
# Our local version of package.
|
||||
|
Loading…
Reference in New Issue
Block a user