lnd.cred: fix user on credentials SYNC for lnbits

related: d23d6d9215
This commit is contained in:
openoms 2020-05-07 09:11:25 +01:00 committed by GitHub
parent d4438937cd
commit dd3b519f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -135,7 +135,7 @@ elif [ "$1" = "sync" ]; then
if [ "${LNBits}" = "on" ]; then
echo "# fix the macaroon for LNbits"
# https://github.com/rootzoll/raspiblitz/pull/1156#issuecomment-623293240
/home/admin/config.scripts/bonus.lnbits.sh write-macaroons
sudo -u admin /home/admin/config.scripts/bonus.lnbits.sh write-macaroons
fi
###########################