mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -219,16 +219,16 @@ for f in */; do
|
||||
if [[ "$LASTVERSION" == "" ]]; then
|
||||
# Continue to next
|
||||
echo "No packages found"
|
||||
continue
|
||||
set_continue=true
|
||||
fi
|
||||
else
|
||||
# Continue to next
|
||||
echo "No packages found"
|
||||
continue
|
||||
set_continue=true
|
||||
fi
|
||||
else
|
||||
# Continue to next
|
||||
continue
|
||||
set_continue=true
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -236,6 +236,11 @@ for f in */; do
|
||||
LASTVERSION=""
|
||||
# shellcheck disable=SC2086
|
||||
LASTVERSION="$(lastversion "$UPSTREAM" $ARGUMENTS || test_packages)"
|
||||
|
||||
# Continue if issue
|
||||
if [[ "${set_continue:-false}" == true ]]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user