mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 02:44:21 +01:00
add cli and lowercase dash identifier
This commit is contained in:
1
dash-cli.ps1
Normal file
1
dash-cli.ps1
Normal file
@@ -0,0 +1 @@
|
|||||||
|
docker exec -ti --user dash btcpayserver_dashd dash-cli $args
|
||||||
3
dash-cli.sh
Normal file
3
dash-cli.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
docker exec -ti --user dash btcpayserver_dashd dash-cli "$@"
|
||||||
@@ -68,7 +68,7 @@ namespace DockerGenerator
|
|||||||
},
|
},
|
||||||
new CryptoDefinition()
|
new CryptoDefinition()
|
||||||
{
|
{
|
||||||
Crypto = "DASH",
|
Crypto = "dash",
|
||||||
CryptoFragment = "dash"
|
CryptoFragment = "dash"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user