mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 10:05:59 +02:00
Delete sortjson.sh
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
for files in */*.json; do
|
|
||||||
jq --sort-keys . "$files" > config2.json && cat config2.json > "$files" && rm config2.json
|
|
||||||
done
|
|
||||||
Reference in New Issue
Block a user