mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-26 16:00:31 +02:00
Update daily_README.yaml
This commit is contained in:
2
.github/workflows/daily_README.yaml
vendored
2
.github/workflows/daily_README.yaml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
if [ -f "$f"/config.json ]; then
|
if [ -f "$f"/config.json ]; then
|
||||||
echo "$f" > "$f"/oldname
|
echo "$f" > "$f"/oldname
|
||||||
NAME=$(jq -r '.name' "$f"/config.json)
|
NAME=$(jq -r '.name' "$f"/config.json)
|
||||||
if [[ "$f" !== "$NAME" ]]; then mv "$f" "$NAME"; fi
|
if [[ "$f" != "$NAME" ]]; then mv "$f" "$NAME"; fi
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user