Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-26 23:08:19 +02:00
committed by GitHub
parent 6a1bbb156c
commit 3f9276a9a0

View File

@@ -49,9 +49,9 @@ LOGINFO="... parse addons" && if [ "$VERBOSE" = true ]; then bashio::log.info "$
echo "go in folder"
cd /data/"$BASENAME" || exit
for f in *; do
echo "$f"
if [ -f "$f"/updater.json ]; then
for f in */; do
if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then
SLUG=$f
# Rebase