Allow operator to access liquid-cli

This commit is contained in:
Jonas Nick
2018-12-03 22:33:21 +00:00
parent 9ed888b9c2
commit 1927fda514
4 changed files with 14 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@ echo Write secrets to $SECRETSFILE
echo \{
echo " bitcoinrpcpassword = \"$(apg -m 20 -x 20 -M Ncl -n 1)\";"
echo " lightning-charge-api-token = \"$(apg -m 20 -x 20 -M Ncl -n 1)\";"
echo " liquidrpcpassword = \"$(apg -m 20 -x 20 -M Ncl -n 1)\";"
echo \}
} >> $SECRETSFILE
echo Done