mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-03-26 17:51:48 +01:00
fix: CLN datadir symlink for blitzapi
Related: https://github.com/fusion44/blitz_api/issues/122
This commit is contained in:
parent
24e0b40f50
commit
441ef22410
@ -178,6 +178,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
if [ "$(cat ${CLCONF} | grep -c "^rpc-file-mode=0660")" -eq 0 ]; then
|
||||
echo "rpc-file-mode=0660" | tee -a ${CLCONF}
|
||||
fi
|
||||
/usr/sbin/usermod --append --groups bitcoin blitzapi
|
||||
|
||||
cd /home/blitzapi || exit 1
|
||||
# git clone https://github.com/fusion44/blitz_api.git /home/blitzapi/blitz_api
|
||||
|
Loading…
x
Reference in New Issue
Block a user