mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-03-02 21:06:27 +00:00
fix_properly_set_ftb_properties - use correct variable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user