mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-26 15:55:38 +00:00
Changed order of operations in update
This commit is contained in:
parent
b71c5a490b
commit
e8a253db4f
|
@ -260,10 +260,6 @@ post_update() {
|
||||||
# Resetting es_systems, now we need it but in the future I should think a better solution, maybe with sed
|
# Resetting es_systems, now we need it but in the future I should think a better solution, maybe with sed
|
||||||
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
cp -fv /app/retrodeck/es_settings.xml /var/config/emulationstation/.emulationstation/es_settings.xml
|
||||||
|
|
||||||
ra_init
|
|
||||||
standalones_init
|
|
||||||
tools_init
|
|
||||||
|
|
||||||
# Perform save and state migration if needed
|
# Perform save and state migration if needed
|
||||||
|
|
||||||
versionwheresaveschanged="0.4.5b" # Hardcoded break point between unsorted and sorted saves
|
versionwheresaveschanged="0.4.5b" # Hardcoded break point between unsorted and sorted saves
|
||||||
|
@ -379,6 +375,10 @@ post_update() {
|
||||||
echo "Version" $version "is after the save and state organization was changed, no need to sort again"
|
echo "Version" $version "is after the save and state organization was changed, no need to sort again"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ra_init
|
||||||
|
standalones_init
|
||||||
|
tools_init
|
||||||
|
|
||||||
create_lock
|
create_lock
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue