mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
8 lines
112 B
Bash
Executable File
8 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ $(ls /conf|wc -l) = 0 ]; then
|
|
cp -r $TITAN_HOME/conf/* /conf
|
|
fi
|
|
|
|
$TITAN_HOME/bin/gremlin.sh
|