Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-26 20:52:04 +02:00
committed by GitHub
parent 2bfc8e28ff
commit d698544923

View File

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