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
a5aca882
Commit
a5aca882
authored
Oct 10, 2019
by
harrylee
Committed by
vipwzw
Oct 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix a bug for shellcheck
parent
eb71b43f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker-compose.sh
build/docker-compose.sh
+2
-2
No files found.
build/docker-compose.sh
View file @
a5aca882
...
@@ -236,10 +236,10 @@ function tx_wait() {
...
@@ -236,10 +236,10 @@ function tx_wait() {
exit
1
exit
1
fi
fi
local
req
=
\"
${
2
}
\"
local
req
=
\"
${
2
}
\"
local
txhash
=
$(${
1
}
tx query
-s
${
2
}
| jq
".tx.hash"
)
local
txhash
=
$(${
1
}
tx query
-s
"
${
2
}
"
| jq
".tx.hash"
)
local
count
=
0
local
count
=
0
while
true
;
do
while
true
;
do
txhash
=
$(${
1
}
tx query
-s
${
2
}
| jq
".tx.hash"
)
txhash
=
$(${
1
}
tx query
-s
"
${
2
}
"
| jq
".tx.hash"
)
if
[
"
${
txhash
}
"
!=
"
${
req
}
"
]
;
then
if
[
"
${
txhash
}
"
!=
"
${
req
}
"
]
;
then
count
=
$((
count
+
1
))
count
=
$((
count
+
1
))
echo
"
${
txhash
}
"
"
${
req
}
"
"
${
count
}
"
echo
"
${
txhash
}
"
"
${
req
}
"
"
${
count
}
"
...
...
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