From adfb5c50a3a9bf9fd45b438a74099c33d465341e Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Sat, 12 Aug 2023 10:41:38 -0400 Subject: [PATCH] bug fix #56 - Should now work... --- universal/functions.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/universal/functions.bash b/universal/functions.bash index 620b05b..a58f210 100644 --- a/universal/functions.bash +++ b/universal/functions.bash @@ -54,7 +54,6 @@ verifyApiAccess () { } ConfValidationCheck () { - logfileSetup if [ ! -f "/config/extended.conf" ]; then log "ERROR :: \"extended.conf\" file is missing..." log "ERROR :: Download the extended.conf config file and place it into \"/config\" folder..." @@ -68,3 +67,6 @@ ConfValidationCheck () { exit fi } + +logfileSetup +ConfValidationCheck