mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-29 00:55:42 +00:00
8 lines
232 B
Bash
8 lines
232 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
# if we got the es_settings.xml means that it's a clean(-ish)/first run
|
||
|
if test -f "/app/retrodeck/es_settings.xml"; then
|
||
|
mv -f /app/retrodeck/es_settings.xml ~/.emulationstation/es_settings.xml
|
||
|
fi
|
||
|
|
||
|
emulationstation
|