From cef7186122616925e8fe2802d52cfea92fc28f6f Mon Sep 17 00:00:00 2001 From: Philippe Lamy Date: Fri, 14 May 2021 10:14:51 -0400 Subject: [PATCH] fix to get id+group of current user --- cyphernodeconf_docker/templates/bitcoin/createWallets.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyphernodeconf_docker/templates/bitcoin/createWallets.sh b/cyphernodeconf_docker/templates/bitcoin/createWallets.sh index 72993f1..0d97ee6 100755 --- a/cyphernodeconf_docker/templates/bitcoin/createWallets.sh +++ b/cyphernodeconf_docker/templates/bitcoin/createWallets.sh @@ -6,7 +6,7 @@ BITCOIN_CLI='bitcoin-cli' BITCOIN_CLI="$BITCOIN_CLI -regtest" <% } %> -USER="`id -u -n`:`id -g -n`" +USER="`id -u`:`id -g`" while [ true ]; do