Browse Source

fix shell error

tags/1.4.0^2
zhangshuang 4 years ago
parent
commit
0adb2b5368
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      deploy/deploy-peer/src/main/resources/scripts/active-parti.sh
  2. +1
    -1
      deploy/deploy-peer/src/main/resources/scripts/deactive-parti.sh

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

@@ -1,6 +1,6 @@
#!/bin/bash

OME=$(cd `dirname $0`;cd ../; pwd)
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"


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

@@ -1,6 +1,6 @@
#!/bin/bash

OME=$(cd `dirname $0`;cd ../; pwd)
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"


Loading…
Cancel
Save