mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-07-02 01:29:51 +00:00
7 lines
176 B
Bash
Executable File
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
|