From 5cb8a3e56fe52ee85ea3036f137914ad6a9c96ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Mon, 25 Nov 2024 16:12:35 +0100 Subject: [PATCH] fix: typo components --- upgrade.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/upgrade.sh b/upgrade.sh index 7565f64..10a909e 100755 --- a/upgrade.sh +++ b/upgrade.sh @@ -44,11 +44,11 @@ echo "Postgres service name .... $POSTGRES_SERVICE_NAME" ############################################## -# CHECKS ALL NEEDED COMPONANTS ARE AVAILABLE # +# CHECKS ALL NEEDED COMPONENTS ARE AVAILABLE # ############################################## echo " -==== CHECKS ALL NEEDED COMPONANTS ARE AVAILABLE ====" +==== CHECKS ALL NEEDED COMPONENTS ARE AVAILABLE ====" # Check POSTGRES container is running if ! docker ps | grep -q "$POSTGRES_SERVICE_NAME"; then @@ -88,11 +88,11 @@ fi ############################ -# COPY ORIGINAL COMPONANTS # +# COPY ORIGINAL COMPONENTS # ############################ echo " -==== COPY ORIGINAL COMPONANTS ====" +==== COPY ORIGINAL COMPONENTS ====" echo "UPGRADE: Start copy" # Copy database