mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-02-25 18:46:23 +00:00
fix_properly_set_ftb_properties - remove debugging information
This commit is contained in:
@@ -21,8 +21,6 @@ if [ ! -e $SERVER_PROPERTIES ]; then
|
||||
export SERVER_PROPERTIES=${FTB_DIR}/server.properties
|
||||
echo "detected FTB, changing properties path to ${SERVER_PROPERTIES}"
|
||||
cp /tmp/server.properties $SERVER_PROPERTIES
|
||||
else
|
||||
echo "TYPE=${TYPE}"
|
||||
fi
|
||||
|
||||
if [ -n "$WHITELIST" ]; then
|
||||
|
||||
Reference in New Issue
Block a user