fix syntax

This commit is contained in:
rootzoll 2020-07-14 23:51:24 +02:00
parent 949f188018
commit 3b5119bbab

View File

@ -240,13 +240,14 @@ your RaspiBlitz behind TOR.
''',title="Info") ''',title="Info")
sys.exit(1) sys.exit(1)
os.system("clear")
print("please wait ..") print("please wait ..")
# check for which standard services already a active bridge exists # check for which standard services already a active bridge exists
lnd_rest_api=False lnd_rest_api=False
lnd_grpc_api=False lnd_grpc_api=False
lnbits=False lnbits=False
btcbay=False btcpay=False
try: try:
if os.path.isfile(SUBSCRIPTIONS_FILE): if os.path.isfile(SUBSCRIPTIONS_FILE):
os.system("sudo chown admin:admin {0}".format(SUBSCRIPTIONS_FILE)) os.system("sudo chown admin:admin {0}".format(SUBSCRIPTIONS_FILE))