fix: typo components

This commit is contained in:
Stéphan Sainléger
2024-11-25 16:12:35 +01:00
parent ee6a920bd1
commit 5cb8a3e56f

View File

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