This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
jdchain
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix shell error
tags/1.4.0^2
zhangshuang
4 years ago
parent
785bfdc4ac
commit
0adb2b5368
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
deploy/deploy-peer/src/main/resources/scripts/active-parti.sh
+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)
H
OME=$(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)
H
OME=$(cd `dirname $0`;cd ../; pwd)
boot_file=$(ls ../libs | grep tools-deactiveparti-booter-)
if [ ! -n "$boot_file" ]; then
echo "tools-deactiveparti-booter is null"
Write
Preview
Loading…
Cancel
Save