From bbac3f2d9c488ed8b2320932afb17ac0c4298c3e Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Tue, 27 Jun 2023 10:40:16 +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 baabdbea01..b494b7b657 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 @@ -105,7 +105,7 @@ output_file="wso2is.zip" # Download the file using cURL and the API key curl -L -o "$output_file" "$export_url&key=$api_key" - +wait $! echo "Downloading using API key..." pwd