mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 14:40:45 +01:00
api: fix symlink for CLN lightning-rpc access
This commit is contained in:
parent
2d63681d5d
commit
305564f5c3
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
|||
# symlink the CLN data dir for blitzapi
|
||||
sudo rm -rf /home/blitzapi/.lightning # not a symlink.. delete it silently
|
||||
# create symlink
|
||||
sudo - u blitzapi ln -s /mnt/hdd/app-data/.lightning /home/blitzapi/
|
||||
sudo -u blitzapi ln -s /mnt/hdd/app-data/.lightning /home/blitzapi/
|
||||
|
||||
cd /home/blitzapi || exit 1
|
||||
# git clone https://github.com/fusion44/blitz_api.git /home/blitzapi/blitz_api
|
||||
|
|
Loading…
Add table
Reference in a new issue