From 312ea65bae9dfbf055c6091569c6d7a8f70866b9 Mon Sep 17 00:00:00 2001 From: Jayana Gunaweera <79576139+JayanaGunaweera01@users.noreply.github.com> Date: Sun, 6 Aug 2023 07:23:52 +0530 Subject: [PATCH] Update migration-terminal.sh --- .../local-setups/ubuntu-os/migration-terminal.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/migration-tester/local-setups/ubuntu-os/migration-terminal.sh b/.github/migration-tester/local-setups/ubuntu-os/migration-terminal.sh index 1812bebb35..aeba04653f 100644 --- a/.github/migration-tester/local-setups/ubuntu-os/migration-terminal.sh +++ b/.github/migration-tester/local-setups/ubuntu-os/migration-terminal.sh @@ -1,8 +1,8 @@ #!/bin/bash -log_file=$Home/Downloads/Automating-Product-Migration-Testing/local-setups/migration.log -carbon_log_file=$Home/Downloads/Automating-Product-Migration-Testing/local-setups/IS_HOME_OLD/wso2is-6.0.0/repository/logs/wso2carbon.log -wso2_is_home=$Home/Downloads/Automating-Product-Migration-Testing/local-setups/IS_HOME_NEW/wso2is-6.0.0 +log_file=$Home/Downloads/migration-tester/local-setups/migration.log +carbon_log_file=$Home/Downloads/migration-tester/local-setups/IS_HOME_OLD/wso2is-6.0.0/repository/logs/wso2carbon.log +wso2_is_home=$Home/Downloads/migration-tester/local-setups/IS_HOME_NEW/wso2is-6.0.0 # Start WSO2 Identity Server and redirect all output to log file ${wso2_is_home}/bin/wso2server.sh -Dmigrate -Dcomponent=identity >> "${log_file}" 2>&1 &