From 763acfce6e1d72fa0e1e6a2535ce546113ef25a7 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Wed, 28 Jun 2023 13:50:53 +0530 Subject: [PATCH] Update migration-script-ubuntu.sh --- .../migration-automation/ubuntu-os/migration-script-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh index 398765a6107..efb03a95046 100644 --- a/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh +++ b/.github/migration-tester/migration-automation/ubuntu-os/migration-script-ubuntu.sh @@ -377,7 +377,7 @@ wait $! # Execute consent management db scripts for IS 5.11.0 - PostgreSQL if [ "$migratingVersion" = "5.11.0" && "$database" = "postgres" ]; then # Add the command for executing PostgreSQL script on Ubuntu here - echo "${GREEN}==> Executing consent management db scripts for IS 5.11.0 - PostgreSQL (Ubuntu)${RESET}" + echo "${GREEN}==> Executing consent management db scripts for IS 5.11.0 - PostgreSQL-Ubuntu${RESET}" else echo "${GREEN}==> Skipping executing consent management db scripts since the migrating version is not IS 5.11.0"$database" ${RESET}" fi