mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
New rd_cpnf variables not loaded
correctly after update
This commit is contained in:
parent
f5c6a70c9c
commit
e55bb2f9b9
|
@ -629,7 +629,6 @@ update_rd_conf() {
|
|||
deploy_single_patch $rd_defaults $rd_update_patch $rd_conf
|
||||
set_setting_value $rd_conf "version" "$hard_version" retrodeck # Set version of currently running RetroDECK to updated retrodeck.cfg
|
||||
rm -f $rd_update_patch # Cleanup temporary patch file
|
||||
source $rd_conf # Load new config file variables
|
||||
}
|
||||
|
||||
conf_write() {
|
||||
|
|
|
@ -209,6 +209,6 @@ post_update() {
|
|||
--window-icon="/app/share/icons/hicolor/scalable/apps/net.retrodeck.retrodeck.svg" \
|
||||
--title "RetroDECK Finishing Upgrade" \
|
||||
--text="RetroDECK is finishing the upgrade process, please wait."
|
||||
|
||||
source $rd_conf # Load new config file variables
|
||||
create_lock
|
||||
}
|
Loading…
Reference in a new issue