diff --git a/install/install-local.sh b/install/install-local.sh index 6fbcbb2..d6a6395 100755 --- a/install/install-local.sh +++ b/install/install-local.sh @@ -38,6 +38,8 @@ elif [ -n "$litespeed_version" ] ; then echo 'TODO . ./scripts/install-litespeed.sh' fi -# source application script? +if [ -n "$wp_user" ] ; then +. ./scripts/install-wordpress.sh +fi -# source dev env script +# TODO source dev env script