parent
c17868b51d
commit
adfb5c50a3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue