From 9e0fa13fcebefa142362c2017cf6ea5814fa5176 Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 4 Sep 2020 19:09:45 +0100 Subject: [PATCH] install dev env abse script --- install-local.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-local.sh b/install-local.sh index fdf9129..8708f00 100755 --- a/install-local.sh +++ b/install-local.sh @@ -55,4 +55,6 @@ if [ -n "$wp_user" ] ; then . "$_script_dir/install-wordpress.sh" fi -# TODO source dev env script +if [ -n "$dev_env" ] ; then +. "$_script_dir/install-dev-base.sh" +fi