mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
7 lines
112 B
Bash
Executable file
7 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
|