mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 00:25:42 +00:00
issue with lint_features.json.sh?
This commit is contained in:
parent
2fde5a1ab6
commit
142aab120e
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/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
|
jq . $features > $features.tmp && mv -f $features.tmp $features
|
Loading…
Reference in a new issue