Fix container with empty name not found (#935)

This commit is contained in:
ekzyis 2024-03-19 21:44:44 +01:00 committed by GitHub
parent f4513b6710
commit 2f9a3cc12c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

4
sndev
View File

@ -42,7 +42,7 @@ docker__sn_lnd() {
t=""
fi
docker__exec "$t" -u lnd sn_lnd lncli "$@"
docker__exec $t -u lnd sn_lnd lncli "$@"
}
docker__stacker_lnd() {
@ -53,7 +53,7 @@ docker__stacker_lnd() {
t=""
fi
docker__exec "$t" -u lnd stacker_lnd lncli "$@"
docker__exec $t -u lnd stacker_lnd lncli "$@"
}
sndev__start() {