fix_properly_set_ftb_properties - remove debugging information

This commit is contained in:
Dirk Gustke 2018-01-28 14:50:08 +01:00
parent ce4b4ad208
commit dc3c93becf

View file

@ -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