fix_properly_set_ftb_properties - use correct variable

This commit is contained in:
Dirk Gustke 2018-01-28 14:48:50 +01:00
parent 7afa00b72c
commit ce4b4ad208

View File

@ -13,7 +13,7 @@ function setServerProp {
}
# Deploy server.properties file
if [ ! -e $PROPERTIES_PATH ]; then
if [ ! -e $SERVER_PROPERTIES ]; then
echo "Creating server.properties in ${SERVER_PROPERTIES}"
cp /tmp/server.properties $SERVER_PROPERTIES