Browse Source

remove duplicate tools

tags/1.6.1
liuyuanmu 2 years ago
parent
commit
4dad1522c3
4 changed files with 1 additions and 31 deletions
  1. +1
    -1
      core
  2. +0
    -10
      deploy/deploy-peer/src/main/resources/scripts/active-parti.sh
  3. +0
    -10
      deploy/deploy-peer/src/main/resources/scripts/deactive-parti.sh
  4. +0
    -10
      deploy/deploy-peer/src/main/resources/scripts/reg-parti.sh

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 662d8e6c219b1afb92dbeba56d11d52d6c6c9225
Subproject commit ed8d6a0dece998d2f9af503ae5d9088becdfa4a7

+ 0
- 10
deploy/deploy-peer/src/main/resources/scripts/active-parti.sh View File

@@ -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

+ 0
- 10
deploy/deploy-peer/src/main/resources/scripts/deactive-parti.sh View File

@@ -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

+ 0
- 10
deploy/deploy-peer/src/main/resources/scripts/reg-parti.sh View File

@@ -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

Loading…
Cancel
Save