Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Someguy123 committed Sep 19, 2016
1 parent 2c3658f commit 2a944ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/010_cliwallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function cli_start() {

container_is_running() {
contcount=$(docker ps -f 'status=running' -f name=$1 | wc -l)
if [[ $walletcount -eq 2 ]]; then
if [[ $contcount -eq 2 ]]; then
return 0
else
return -1
Expand Down

0 comments on commit 2a944ef

Please sign in to comment.