mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-27 23:17:38 +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
|
LOGINFO="... parse addons" && if [ "$VERBOSE" = true ]; then bashio::log.info "$LOGINFO"; fi
|
||||||
|
|
||||||
# Go through all folders, add to filters if not existing
|
# Go through all folders, add to filters if not existing
|
||||||
|
echo "go in folder"
|
||||||
cd /data/hassio-addons || exit
|
cd /data/hassio-addons || exit
|
||||||
for f in *; do
|
for f in *; do
|
||||||
|
echo "folder $f"
|
||||||
if [ -f "$f"/updater.json ]; then
|
if [ -f "$f"/updater.json ]; then
|
||||||
cd /
|
cd /
|
||||||
SLUG=$f
|
SLUG=$f
|
||||||
|
|||||||
Reference in New Issue
Block a user