mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
ES-DE: system folder refresh in post_update
This commit is contained in:
parent
debce8f279
commit
f8d0e4f62f
|
@ -275,6 +275,9 @@ post_update() {
|
||||||
log i "Switch firmware folder should be moved in \"$bios_folder/switch/firmware\" from \"$bios_folder/switch/registered\""
|
log i "Switch firmware folder should be moved in \"$bios_folder/switch/firmware\" from \"$bios_folder/switch/registered\""
|
||||||
dir_prep "$bios_folder/switch/firmware" "$bios_folder/switch/registered"
|
dir_prep "$bios_folder/switch/firmware" "$bios_folder/switch/registered"
|
||||||
|
|
||||||
|
log i "New systems were added in this version, regenerating system folders."
|
||||||
|
es-de --home "/var/config/" --create-system-dirs
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# if [[ $(check_version_is_older_than "0.9.0b") == "true" ]]; then
|
# if [[ $(check_version_is_older_than "0.9.0b") == "true" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue