Skip to content

Commit

Permalink
feat: add creating fake admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed May 9, 2024
1 parent 1315000 commit 826f33f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,16 @@ lnbits-bitcoin-init(){
bitcoin-cli-sim -generate 150 > /dev/null
}

lnbits-init(){
echo "init_lnbits..."
docker exec lnbits-lnbits-1 poetry run python tools/create_fake_admin.py
}

lnbits-regtest-init(){
lnbits-bitcoin-init
lnbits-lightning-sync
lnbits-lightning-init
lnbits-init
}

lnbits-lightning-sync(){
Expand Down

0 comments on commit 826f33f

Please sign in to comment.