Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-26 22:17:47 +02:00
committed by GitHub
parent 0b66bdd20b
commit 966cbbd734

View File

@@ -48,7 +48,8 @@ LOGINFO="... parse addons" && if [ "$VERBOSE" = true ]; then bashio::log.info "$
# Go through all folders, add to filters if not existing
echo "go in folder"
for f in /data/"$BASENAME"/*; do
cd /data/"$BASENAME"
for f in *; do
if [ -f "$f"/updater.json ]; then
SLUG=$f