mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 16:15:42 +00:00
issue with lint_features.json.sh?
This commit is contained in:
parent
2fde5a1ab6
commit
142aab120e
|
@ -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
|
Loading…
Reference in a new issue