From c7bb26085fd9a40bfd245100d6fdbe338decd734 Mon Sep 17 00:00:00 2001 From: Oliver Ziegler Date: Thu, 14 Jun 2018 16:36:54 +0200 Subject: [PATCH] Feathercoin Support Update-two --- feathercoin-cli.ps1 | 2 +- feathercoin-cli.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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