Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-26 21:07:45 +02:00
committed by GitHub
parent 620f33df64
commit 8b30d91d2d

View File

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