diff --git a/lib/lemper-create.sh b/lib/lemper-create.sh index 9d8395f..82d0b10 100755 --- a/lib/lemper-create.sh +++ b/lib/lemper-create.sh @@ -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