#!/usr/bin/env bash set -euo pipefail CONF_DIR="${CONF_DIR:-/azerothcore/env/dist/etc}" LOGS_DIR="${LOGS_DIR:-/azerothcore/env/dist/logs}" if ! touch "$CONF_DIR/.write-test" || ! touch "$LOGS_DIR/.write-test"; then cat <