mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-28 00:25:42 +00:00
6 lines
167 B
Bash
Executable file
6 lines
167 B
Bash
Executable file
#!/bin/bash
|
|
|
|
config="/app/retrodeck/config"
|
|
features=$config/retrodeck/reference_lists/features.json
|
|
|
|
jq . $features > $features.tmp && mv -f $features.tmp $features |