mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-11 23:48:19 +00:00
fix travis build #128 failed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user