DarkflameServer/entrypoint.sh
2024-01-01 19:15:37 -06:00

7 lines
176 B
Bash
Executable File

#!/usr/bin/env bash
mkdir -p /app/configs/
cp -n /app/default-configs/* /app/configs/
mkdir -p /app/vanity/
cp -n /app/default-vanity/* /app/vanity/
cd /app/ && ./MasterServer