#!/bin/bash checkConfigRequirement() { if [[ $CFG_REQUIREMENT_CONFIG == "true" ]]; then checkConfigFilesMissingVariables; fi }