I have this code inside a function:
local var="$1" local fileVar="${var}_FILE" local def="${2:-}" if [ "${!var:-}" ] &