From 8d56a70b16c8d070748137d109449ddafa435326 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 4 Sep 2020 14:25:23 +0100 Subject: [PATCH] install wordpress --- install/install-local.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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