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