diff --git a/core b/core index 662d8e6c..ed8d6a0d 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 662d8e6c219b1afb92dbeba56d11d52d6c6c9225 +Subproject commit ed8d6a0dece998d2f9af503ae5d9088becdfa4a7 diff --git a/deploy/deploy-peer/src/main/resources/scripts/active-parti.sh b/deploy/deploy-peer/src/main/resources/scripts/active-parti.sh deleted file mode 100644 index 648f6963..00000000 --- a/deploy/deploy-peer/src/main/resources/scripts/active-parti.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -HOME=$(cd `dirname $0`;cd ../; pwd) -boot_file=$(ls ../libs | grep tools-activeparti-booter-) -if [ ! -n "$boot_file" ]; then - echo "tools-activeparti-booter is null" -else - echo "active participant" - java -jar $HOME/libs/$boot_file $* -fi \ No newline at end of file diff --git a/deploy/deploy-peer/src/main/resources/scripts/deactive-parti.sh b/deploy/deploy-peer/src/main/resources/scripts/deactive-parti.sh deleted file mode 100644 index 67ad5314..00000000 --- a/deploy/deploy-peer/src/main/resources/scripts/deactive-parti.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -HOME=$(cd `dirname $0`;cd ../; pwd) -boot_file=$(ls ../libs | grep tools-deactiveparti-booter-) -if [ ! -n "$boot_file" ]; then - echo "tools-deactiveparti-booter is null" -else - echo "deactive participant" - java -jar $HOME/libs/$boot_file $* -fi \ No newline at end of file diff --git a/deploy/deploy-peer/src/main/resources/scripts/reg-parti.sh b/deploy/deploy-peer/src/main/resources/scripts/reg-parti.sh deleted file mode 100644 index cd31b360..00000000 --- a/deploy/deploy-peer/src/main/resources/scripts/reg-parti.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -HOME=$(cd `dirname $0`;cd ../; pwd) - boot_file=$(ls ../libs | grep tools-regparti-booter-) - if [ ! -n "$boot_file" ]; then - echo "tools-regparti-booter is null" - else - echo "register new participant" - java -jar $HOME/libs/$boot_file $* - fi \ No newline at end of file