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