mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
fix_properly_set_ftb_properties - use correct variable
This commit is contained in:
parent
7afa00b72c
commit
ce4b4ad208
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user