fix to get id+group of current user

This commit is contained in:
Philippe Lamy
2021-05-14 10:14:51 -04:00
parent c386f7c371
commit cef7186122

View File

@@ -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