install dev env abse script

This commit is contained in:
Ray Elliott 2020-09-04 19:09:45 +01:00
parent 81a2f46cb9
commit 9e0fa13fce
1 changed files with 3 additions and 1 deletions

View File

@ -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