diff --git a/feathercoin-cli.ps1 b/feathercoin-cli.ps1 index bf4bd19..fe10f8c 100644 --- a/feathercoin-cli.ps1 +++ b/feathercoin-cli.ps1 @@ -1 +1 @@ -docker exec -ti btcpayserver_feathercoind feathercoin-cli -datadir="/data" $args +docker exec -ti btcpayserver_feathercoind feathercoin-cli -datadir="/data" $args \ No newline at end of file diff --git a/feathercoin-cli.sh b/feathercoin-cli.sh index 880f507..bfc1064 100644 --- a/feathercoin-cli.sh +++ b/feathercoin-cli.sh @@ -1,3 +1,3 @@ #!/bin/bash -docker exec -ti btcpayserver_feathercoind feathercoin-cli -datadir="/data" "$@" +docker exec -ti btcpayserver_feathercoind feathercoin-cli -datadir="/data" "$@" \ No newline at end of file