From 8a6a6551b09143bbb12ee790229428772c7506a9 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 30 May 2024 10:52:44 -0400 Subject: [PATCH] Create and source configurator_functions.sh --- functions/configurator_functions.sh | 0 functions/global.sh | 1 + 2 files changed, 1 insertion(+) create mode 100644 functions/configurator_functions.sh diff --git a/functions/configurator_functions.sh b/functions/configurator_functions.sh new file mode 100644 index 00000000..e69de29b diff --git a/functions/global.sh b/functions/global.sh index f7df1337..1fa480f3 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -13,6 +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 # Static variables rd_conf="/var/config/retrodeck/retrodeck.cfg" # RetroDECK config file path