mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix syntax
This commit is contained in:
parent
949f188018
commit
3b5119bbab
1 changed files with 2 additions and 1 deletions
|
@ -240,13 +240,14 @@ your RaspiBlitz behind TOR.
|
|||
''',title="Info")
|
||||
sys.exit(1)
|
||||
|
||||
os.system("clear")
|
||||
print("please wait ..")
|
||||
|
||||
# check for which standard services already a active bridge exists
|
||||
lnd_rest_api=False
|
||||
lnd_grpc_api=False
|
||||
lnbits=False
|
||||
btcbay=False
|
||||
btcpay=False
|
||||
try:
|
||||
if os.path.isfile(SUBSCRIPTIONS_FILE):
|
||||
os.system("sudo chown admin:admin {0}".format(SUBSCRIPTIONS_FILE))
|
||||
|
|
Loading…
Add table
Reference in a new issue