From 0b9341e56fee8af26f6f92449dc97f1414c121ce Mon Sep 17 00:00:00 2001 From: XargonWan Date: Wed, 24 Jul 2024 16:56:30 +0900 Subject: [PATCH] Whoops typo --- functions/global.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/global.sh b/functions/global.sh index d1f71487..5bceef9a 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -3,7 +3,7 @@ # This file is containing some global function needed for the script such as the config file tools # pathing the retrodeck components provided libraries -export LD_LIBRAY_PATH="$LD_LIBRAY_PATH:/app/retrodeck/lib/" +export LD_LIBRARY_PATH="/app/retrodeck/lib:$LD_LIBRARY_PATH" source /app/libexec/050_save_migration.sh source /app/libexec/checks.sh