mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 00:55:08 +01:00
fix to get id+group of current user
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user