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