Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
6abb7750
Commit
6abb7750
authored
Dec 24, 2021
by
QM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix fmt
parent
1eae5e9f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
publicTest.sh
plugin/dapp/cross2eth/cmd/build/public/publicTest.sh
+4
-3
No files found.
plugin/dapp/cross2eth/cmd/build/public/publicTest.sh
View file @
6abb7750
...
@@ -202,7 +202,8 @@ function start_ebrelayer_and_unlock() {
...
@@ -202,7 +202,8 @@ function start_ebrelayer_and_unlock() {
local
CLI
=
"./ebcli_
$1
"
local
CLI
=
"./ebcli_
$1
"
local
count
=
0
local
count
=
0
while
true
;
do
while
true
;
do
result
=
$(${
CLI
}
relayer unlock
-p
${
validatorPwd
}
| jq
-r
.isOK
)
# shellcheck disable=SC2154
result
=
$(${
CLI
}
relayer unlock
-p
"
${
validatorPwd
}
"
| jq
-r
.isOK
)
if
[[
${
result
}
==
"true"
]]
;
then
if
[[
${
result
}
==
"true"
]]
;
then
break
break
fi
fi
...
@@ -225,7 +226,7 @@ function start_ebrelayer_and_setpwd_unlock() {
...
@@ -225,7 +226,7 @@ function start_ebrelayer_and_setpwd_unlock() {
local
CLI
=
"./ebcli_
$1
"
local
CLI
=
"./ebcli_
$1
"
local
count
=
0
local
count
=
0
while
true
;
do
while
true
;
do
result
=
$(${
CLI
}
relayer set_pwd
-p
${
validatorPwd
}
| jq
-r
.isOK
)
result
=
$(${
CLI
}
relayer set_pwd
-p
"
${
validatorPwd
}
"
| jq
-r
.isOK
)
if
[[
${
result
}
==
"true"
]]
;
then
if
[[
${
result
}
==
"true"
]]
;
then
break
break
fi
fi
...
@@ -241,7 +242,7 @@ function start_ebrelayer_and_setpwd_unlock() {
...
@@ -241,7 +242,7 @@ function start_ebrelayer_and_setpwd_unlock() {
count
=
0
count
=
0
while
true
;
do
while
true
;
do
result
=
$(${
CLI
}
relayer unlock
-p
${
validatorPwd
}
| jq
-r
.isOK
)
result
=
$(${
CLI
}
relayer unlock
-p
"
${
validatorPwd
}
"
| jq
-r
.isOK
)
if
[[
${
result
}
==
"true"
]]
;
then
if
[[
${
result
}
==
"true"
]]
;
then
break
break
fi
fi
...
...
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