#56 - Should now work...
This commit is contained in:
RandomNinjaAtk 2023-08-12 10:41:38 -04:00 committed by GitHub
parent c17868b51d
commit adfb5c50a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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