This commit is contained in:
Dirk Gustke 2018-02-06 23:55:44 +01:00 committed by GitHub
parent 345696227d
commit b8e996d3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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