mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-12 02:41:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user