hosting/gitea/run-this-first.sh

8 lines
131 B
Bash
Executable File

#!/usr/bin/env bash
if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
set -x
fi
mkdir -p ./gitea
mkdir -p ./gitea/ssh
mkdir -p ./postgres