mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-08-31 03:07:15 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user