RetroDECK/retrodeck.sh
2022-03-27 22:30:22 +09:00

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