Skip to content

Commit

Permalink
Update migration-terminal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JayanaGunaweera01 committed Aug 6, 2023
1 parent 9fa4c23 commit 312ea65
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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 &
Expand Down

0 comments on commit 312ea65

Please sign in to comment.