Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-26 22:37:11 +02:00
committed by GitHub
parent e564afebb3
commit 9860b351f7

View File

@@ -48,7 +48,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"
cd /data/"$BASENAME" || true
for f in *; do
if [ -f "$f"/updater.json ]; then
SLUG=$f