#!/command/with-contenv bash
# shellcheck shell=bash

set -e

if [ ! -d "$DATA_DIR" ]; then
  mkdir -p "$DATA_DIR"
fi