From 6631389765f604f4794251b4e02f75b1f0c62c23 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 30 May 2024 10:51:55 -0400 Subject: [PATCH] Rename functions.sh to other_functions.sh --- functions/global.sh | 2 +- functions/{functions.sh => other_functions.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename functions/{functions.sh => other_functions.sh} (100%) 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