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 3ca0f95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,13 @@ lnbits-regtest-init(){
lnbits-bitcoin-init
lnbits-lightning-sync
lnbits-lightning-init
lnbits-init
}

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

lnbits-lightning-sync(){
wait-for-clightning-sync 1
wait-for-clightning-sync 2
Expand Down

0 comments on commit 3ca0f95

Please sign in to comment.