parent
c17868b51d
commit
adfb5c50a3
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,6 @@ verifyApiAccess () {
|
||||||
}
|
}
|
||||||
|
|
||||||
ConfValidationCheck () {
|
ConfValidationCheck () {
|
||||||
logfileSetup
|
|
||||||
if [ ! -f "/config/extended.conf" ]; then
|
if [ ! -f "/config/extended.conf" ]; then
|
||||||
log "ERROR :: \"extended.conf\" file is missing..."
|
log "ERROR :: \"extended.conf\" file is missing..."
|
||||||
log "ERROR :: Download the extended.conf config file and place it into \"/config\" folder..."
|
log "ERROR :: Download the extended.conf config file and place it into \"/config\" folder..."
|
||||||
|
@ -68,3 +67,6 @@ ConfValidationCheck () {
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
logfileSetup
|
||||||
|
ConfValidationCheck
|
||||||
|
|
Loading…
Reference in a new issue