Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

play-lnd: pass args $1 - $9 to container #122

Conversation

RandyMcMillan
Copy link
Member

@RandyMcMillan RandyMcMillan commented Jul 12, 2022

Issue #112 fix

@RandyMcMillan
Copy link
Member Author

@rsafier - please test before merge

@RandyMcMillan
Copy link
Member Author

Screen Shot 2022-07-12 at 7 33 54 PM
Screen Shot 2022-07-12 at 7 36 33 PM

@@ -122,7 +122,7 @@ do

elif [[ -n ${!i} ]]; then
((i++))
docker exec $LND_ID sh -c "$1 $2 $3 $4"
docker exec $LND_ID sh -c "$1 $2 $3 $4 $5 $6 $7 $8 $9"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rsafier - experiment with additional args to be passed.

@rsafier rsafier merged commit 60faa0a into PLEBNET-PLAYGROUND:master Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants