nolim1t
5 years ago
No known key found for this signature in database
GPG Key ID: F6287B82CC84BCBD
1 changed files with
1 additions and
1 deletions
-
stage2/04-docker-compose/files/umbrel-createwallet.py
|
|
@ -63,7 +63,7 @@ def main(): |
|
|
|
temp_password_file.close() |
|
|
|
else: |
|
|
|
# Use sesame.txt if password_control_file exists |
|
|
|
password_file = open("/home/umbrel/lnd/secrets/lnd-password.txt","w") |
|
|
|
password_file = open("/home/umbrel/secrets/lnd-password.txt","w") |
|
|
|
password_file.write(password_str) |
|
|
|
password_file.close() |
|
|
|
else: |
|
|
|