diff --git a/packages/jelos/sources/post-update b/packages/jelos/sources/post-update index 57e182510..8e577c83a 100644 --- a/packages/jelos/sources/post-update +++ b/packages/jelos/sources/post-update @@ -54,7 +54,7 @@ rsync --ignore-existing /usr/config/rsync.conf /storage/.config/ ### Replace es_systems and es_features with links to manage them for es_cfg in es_features.cfg es_systems.cfg do - if [ -d "/storage/.config/emulationstation/${es_cfg}" ] + if [ -e "/storage/.config/emulationstation/${es_cfg}" ] then mv /storage/.config/emulationstation/${es_cfg} /storage/.config/emulationstation/last_${es_cfg} fi