Merge pull request #367 from JustEnoughLinuxOS/dev

Quick typo fix.
This commit is contained in:
fewtarius 2022-08-21 12:32:30 -04:00 committed by GitHub
commit 72093c6f48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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