From 4b4e103520ce07be1433b2d814e3eee5d6a50b21 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Tue, 26 Dec 2023 14:28:26 -0500 Subject: [PATCH] Minor wording update --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 7259e3e..c8f5ffd 100755 --- a/setup.sh +++ b/setup.sh @@ -65,10 +65,10 @@ echo "Enter the IP address of your Wii U (optional). It is only used for automat read -r wiiu_ip ./scripts/setup-environment.sh "$server_ip" "$wiiu_ip" -stage "Pulling Docker images. This may take a while." +stage "Pulling Docker images." docker compose pull -stage "Building Docker images. This may take a while." +stage "Building Docker images." docker compose build stage "Setting up containers with first-run scripts."