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 &