mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
#1147 adding admin macaroon rights to lnbits
This commit is contained in:
parent
aa80129d4c
commit
6a11982078
@ -79,9 +79,10 @@ if [ "$1" = "write-macaroons" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "make sure lnbits is member of lndreadonly and lndinvoice"
|
||||
echo "make sure lnbits is member of lndreadonly, lndinvoice, lndadmin"
|
||||
sudo /usr/sbin/usermod --append --groups lndinvoice lnbits
|
||||
sudo /usr/sbin/usermod --append --groups lndreadonly lnbits
|
||||
sudo /usr/sbin/usermod --append --groups lndadmin lnbits
|
||||
|
||||
echo "make sure symlink to central app-data directory exists"
|
||||
if ! [[ -L "/home/lnbits/.lnd" ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user