Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
szh
chain33-pai
Commits
f8eac8b4
Commit
f8eac8b4
authored
Apr 02, 2020
by
szh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
up 6.4.0 -> 6.4.2
parent
8c090e7d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
process.go
pkg/app/process.go
+2
-2
No files found.
pkg/app/process.go
View file @
f8eac8b4
...
...
@@ -642,7 +642,7 @@ func updateBityuan640() error {
stderr
:=
bytes
.
NewBuffer
(
nil
)
absPath
:=
GetAbsPath
(
setting
.
BityuanSetting
.
Name
)
+
"/"
name
:=
setting
.
BityuanSetting
.
Name
+
"_6.4.
0
.tar.gz"
name
:=
setting
.
BityuanSetting
.
Name
+
"_6.4.
2
.tar.gz"
url
:=
setting
.
Chain33Pai
.
DownloadUrl
+
name
tlog
.
Info
(
"UpdateNode"
,
"dir"
,
name
)
tlog
.
Info
(
"UpdateNode"
,
"path"
,
absPath
)
...
...
@@ -701,7 +701,7 @@ func updateBityuan640() error {
BityuanFlag
=
false
return
err
}
tlog
.
Info
(
"updateBityuan640 success please waiting hours"
,
"version"
,
"6.3.2->6.4.
0
"
)
tlog
.
Info
(
"updateBityuan640 success please waiting hours"
,
"version"
,
"6.3.2->6.4.
2
"
)
BityuanFlag
=
false
return
nil
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment