mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-16 09:28:20 +01:00
Update 99-run.sh
This commit is contained in:
@@ -49,9 +49,9 @@ LOGINFO="... parse addons" && if [ "$VERBOSE" = true ]; then bashio::log.info "$
|
||||
echo "go in folder"
|
||||
|
||||
cd /data/"$BASENAME" || exit
|
||||
for f in *; do
|
||||
echo "$f"
|
||||
if [ -f "$f"/updater.json ]; then
|
||||
for f in */; do
|
||||
|
||||
if [ -f /data/"$BASENAME"/"$f"/updater.json ]; then
|
||||
SLUG=$f
|
||||
|
||||
# Rebase
|
||||
|
||||
Reference in New Issue
Block a user