mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 23:17:28 +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
|