#!/usr/bin/env bash

set -e
if test "$AVIA_LOG_PATH"; then mkdir -p $AVIA_LOG_PATH; else echo "No log path provided in AVIA_LOG_PATH"; fi
