fix travis build #128 failed

This commit is contained in:
joglomedia
2019-10-14 22:22:49 +07:00
parent f18f6a1a87
commit 4e7d2c8260

View File

@@ -757,7 +757,7 @@ function install_wordpress() {
status "Creating default WordPress index file..."
if [ ! -e "${WEBROOT}/index.html" ]; then
create_index_file > create_index_file > "${WEBROOT}/index.html"
create_index_file > "${WEBROOT}/index.html"
fi
fi
fi