issue with lint_features.json.sh?

This commit is contained in:
monkeyx-net 2024-11-26 14:44:40 +00:00
parent 2fde5a1ab6
commit 142aab120e

View file

@ -1,5 +1,6 @@
#!/bin/bash
features=config/retrodeck/reference_lists/features.json
config="/app/retrodeck/config"
features=$config/retrodeck/reference_lists/features.json
jq . $features > $features.tmp && mv -f $features.tmp $features