Skip to content

Commit 83e354f

Browse files
committed
Add completed message and update output formatting
1 parent ced9727 commit 83e354f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fi
5555
# Set DDEV containers configuration
5656
printf "${BLUE}Setting DDEV configurations...${RESET}\n"
5757
ddev config --project-type=wordpress --project-name=$PROJECT_NAME_SLUG
58+
echo '' # new line
5859

5960
# Add Spatie Ray app files for development env.
6061
if $INSTALL_RAY_CONNECTIONS; then
@@ -74,6 +75,9 @@ fi
7475
# Build and start the project's Docker containers.
7576
printf "${BLUE}Starting DDEV containers...${RESET}\n"
7677
ddev start $PROJECT_NAME_SLUG
78+
echo '' # new line
7779

7880
# Install and set up WordPress for development.
7981
source ${ROOT_DIR}/modules/wp-starter-setup-module.sh
82+
83+
printf "${MAGENTA}${BOLD}The ddev-wp-setup-script installation process is all finished! You may delete the /ddev-wp-setup-scripts directory if no errors were present.${RESET}\n\n"

0 commit comments

Comments
 (0)