mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
Fix sourcing typo in global.sh
This commit is contained in:
parent
284e8d5cc1
commit
d6748e567d
|
@ -13,7 +13,7 @@ source /app/libexec/framework.sh
|
|||
source /app/libexec/post_update.sh
|
||||
source /app/libexec/prepare_component.sh
|
||||
source /app/libexec/presets.sh
|
||||
source /app/libexec/configurator_fuctions.sh
|
||||
source /app/libexec/configurator_functions.sh
|
||||
|
||||
# Static variables
|
||||
rd_conf="/var/config/retrodeck/retrodeck.cfg" # RetroDECK config file path
|
||||
|
|
Loading…
Reference in a new issue