mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-14 14:22:27 +00:00
fix_properly_set_ftb_properties - remove debugging information
This commit is contained in:
parent
ce4b4ad208
commit
dc3c93becf
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ if [ ! -e $SERVER_PROPERTIES ]; then
|
||||||
export SERVER_PROPERTIES=${FTB_DIR}/server.properties
|
export SERVER_PROPERTIES=${FTB_DIR}/server.properties
|
||||||
echo "detected FTB, changing properties path to ${SERVER_PROPERTIES}"
|
echo "detected FTB, changing properties path to ${SERVER_PROPERTIES}"
|
||||||
cp /tmp/server.properties $SERVER_PROPERTIES
|
cp /tmp/server.properties $SERVER_PROPERTIES
|
||||||
else
|
|
||||||
echo "TYPE=${TYPE}"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$WHITELIST" ]; then
|
if [ -n "$WHITELIST" ]; then
|
||||||
|
|
Loading…
Reference in a new issue