mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-12-13 22:02:28 +00:00
typo
This commit is contained in:
parent
345696227d
commit
b8e996d3c4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ if [[ ${TYPE} == "FEED-THE-BEAST" ]]; then
|
|||
cp -f /data/ops.txt ${FTB_DIR}/
|
||||
fi
|
||||
|
||||
if [ ! -e ${FTBDIR}/whitelist.json ]; then
|
||||
if [ ! -e ${FTB_DIR}/whitelist.json ]; then
|
||||
cp -f ${FTB_DIR}/white-list.txt ${FTB_DIR}/
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue