Skip to content
Snippets Groups Projects
Commit 7f8b295d authored by Barbara B. Frosik's avatar Barbara B. Frosik
Browse files

modified install and run scripts

parent 40bd5b76
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ execute() {
eval "$@"
}
execute svn co $DM_SVN_URL_EXP_SYNC ExperimentSynchronizer
execute svn export $DM_SVN_URL_EXP_SYNC ExperimentSynchronizer
EXPSYNC_DIR=ExperimentSynchronizer
cd $EXPSYNC_DIR
......
execute() {
echo "Executing: $@"
#echo "Executing: $@"
eval "$@"
}
cd ExperimentSynchronizer
execute java -jar target/ExperimentSynchronizer.jar resources/config.properties
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment