mirror of
https://github.com/Retropex/raspiblitz.git
synced 2025-05-17 21:50:41 +02:00
fix syntax
This commit is contained in:
parent
949f188018
commit
3b5119bbab
@ -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))
|
||||||
|
Loading…
Reference in New Issue
Block a user