diff --git a/functions/global.sh b/functions/global.sh index 704d7f9f..f7df1337 100644 --- a/functions/global.sh +++ b/functions/global.sh @@ -7,7 +7,7 @@ source /app/libexec/checks.sh source /app/libexec/compression.sh source /app/libexec/dialogs.sh source /app/libexec/logger.sh -source /app/libexec/functions.sh +source /app/libexec/other_functions.sh source /app/libexec/multi_user.sh source /app/libexec/framework.sh source /app/libexec/post_update.sh diff --git a/functions/functions.sh b/functions/other_functions.sh similarity index 100% rename from functions/functions.sh rename to functions/other_functions.sh