From 29e42143685b7f9b3d00d26d52ad6ee7e010d8a1 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Fri, 4 Apr 2025 14:08:39 -0400 Subject: [PATCH] Remember to source the new API library --- functions/global.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/global.sh b/functions/global.sh index e85279b4..710da396 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -44,6 +44,7 @@ fi log i "CPU: Using $max_threads out of $cpu_cores available CPU cores for multi-threaded operations" source /app/libexec/050_save_migration.sh +source /app/libexec/api.sh source /app/libexec/checks.sh source /app/libexec/compression.sh source /app/libexec/dialogs.sh